aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2010-07-23 03:51:48 +0200
committerJuanma Barranquero2010-07-23 03:51:48 +0200
commitfe4be04c37fe73fa966ca66bd6be42c898c004ac (patch)
treee82866bd7d22a676425ee33e1b4da0bc9bfa065d
parenta77cfeaf4be9f60708ead31b6f92015bdb154129 (diff)
downloademacs-fe4be04c37fe73fa966ca66bd6be42c898c004ac.tar.gz
emacs-fe4be04c37fe73fa966ca66bd6be42c898c004ac.zip
* help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/help-fns.el4
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 96a55e15dd5..670f07c2683 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12010-07-23 Juanma Barranquero <lekktu@gmail.com>
2
3 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
4
12010-07-20 Juanma Barranquero <lekktu@gmail.com> 52010-07-20 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * cedet/semantic/db-file.el (object-write): Fix typo in docstring. 7 * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index 86e9411b140..18db4f443f6 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -231,8 +231,8 @@ if the variable `help-downcase-arguments' is non-nil."
231 "Guess the file that defined the Lisp object OBJECT, of type TYPE. 231 "Guess the file that defined the Lisp object OBJECT, of type TYPE.
232OBJECT should be a symbol associated with a function, variable, or face; 232OBJECT should be a symbol associated with a function, variable, or face;
233 alternatively, it can be a function definition. 233 alternatively, it can be a function definition.
234If TYPE is `variable', search for a variable definition. 234If TYPE is `defvar', search for a variable definition.
235If TYPE is `face', search for a face definition. 235If TYPE is `defface', search for a face definition.
236If TYPE is the value returned by `symbol-function' for a function symbol, 236If TYPE is the value returned by `symbol-function' for a function symbol,
237 search for a function definition. 237 search for a function definition.
238 238