emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/apropos.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/apropos.el
Date: Fri, 16 Nov 2001 13:30:26 -0500

Index: emacs/lisp/apropos.el
diff -u emacs/lisp/apropos.el:1.80 emacs/lisp/apropos.el:1.81
--- emacs/lisp/apropos.el:1.80  Tue Oct  9 08:09:25 2001
+++ emacs/lisp/apropos.el       Fri Nov 16 13:30:25 2001
@@ -199,7 +199,7 @@
            (apropos-describe-plist (button-get button 'apropos-symbol))))
 
 (defun apropos-next-label-button (pos)
-  "Returns the next apropos label button after POS, or nil if there's none.
+  "Return the next apropos label button after POS, or nil if there's none.
 Will also return nil if more than one `apropos-symbol' button is encountered
 before finding a label."
   (let* ((button (next-button pos t))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]