aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Francoise2005-10-31 17:06:01 +0000
committerRomain Francoise2005-10-31 17:06:01 +0000
commitac8c0cce68f1ab2c16e16167ed030b623b18791a (patch)
treec5633da7f8aeee7d4214005da20ea6141eed9405
parentc94f08ff7af4d0cebf29913bc2767abc25412c77 (diff)
downloademacs-ac8c0cce68f1ab2c16e16167ed030b623b18791a.tar.gz
emacs-ac8c0cce68f1ab2c16e16167ed030b623b18791a.zip
(describe-simplify-lib-file-name): Add autoload cookie.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/help-fns.el1
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e91d94f3aee..5cf65cfbfa7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12005-10-31 Romain Francoise <romain@orebokech.com>
2
3 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
4
12005-10-31 Dan Nicolaescu <dann@ics.uci.edu> 52005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so 7 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index 88f32003867..9d4d3ea9b08 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -283,6 +283,7 @@ face (according to `face-differs-from-default-p')."
283 ;; Return value is like the one from help-split-fundoc, but highlighted 283 ;; Return value is like the one from help-split-fundoc, but highlighted
284 (cons usage doc)) 284 (cons usage doc))
285 285
286;;;###autoload
286(defun describe-simplify-lib-file-name (file) 287(defun describe-simplify-lib-file-name (file)
287 "Simplify a library name FILE to a relative name, and make it a source file." 288 "Simplify a library name FILE to a relative name, and make it a source file."
288 (if file 289 (if file