]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line-processed): Doc fix.
authorPavel Janík <Pavel@Janik.cz>
Fri, 16 Nov 2001 18:34:06 +0000 (18:34 +0000)
committerPavel Janík <Pavel@Janik.cz>
Fri, 16 Nov 2001 18:34:06 +0000 (18:34 +0000)
lisp/ChangeLog
lisp/startup.el

index fcb61e0d00d557a81c28a3009273c607e749de8b..9fbea1f90f2e58e6e80539ec618cca8ec3282fa6 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * apropos.el (apropos-next-label-button): Doc fix.
+
 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
 
        * comint.el (comint-mode): Simplify.
index c2bfe10396e28c7a3af5942223472fc52c5e97a3..08f690c5daa5661120d0dea022f977dbfb2f7a72 100644 (file)
 (setq top-level '(normal-top-level))
 
 (defvar command-line-processed nil
-  "Non-nil once command line has been processed")
+  "Non-nil once command line has been processed.")
 
 (defgroup initialization nil
   "Emacs start-up procedure"