X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/9fe32d61c5655878f877522ac4bcc251d092f732..0877d0dc24ee792b9b14592869ea1aa0934aee58:/lisp/help-fns.el diff --git a/lisp/help-fns.el b/lisp/help-fns.el index b552d8c135..04bcc9c076 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -1,7 +1,7 @@ ;;; help-fns.el --- Complex help functions -*- lexical-binding: t -*- -;; Copyright (C) 1985-1986, 1993-1994, 1998-2012 -;; Free Software Foundation, Inc. +;; Copyright (C) 1985-1986, 1993-1994, 1998-2013 Free Software +;; Foundation, Inc. ;; Maintainer: FSF ;; Keywords: help, internal @@ -789,7 +789,7 @@ it is displayed along with the global value." (cond ((bufferp locus) (princ (format "Local in buffer %s; " - (buffer-name)))) + (buffer-name buffer)))) ((framep locus) (princ (format "It is a frame-local variable; "))) ((terminal-live-p locus)