emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog help-at-pt.el


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/lisp ChangeLog help-at-pt.el
Date: Tue, 14 Apr 2009 21:54:54 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/04/14 21:54:53

Modified files:
        lisp           : ChangeLog help-at-pt.el 

Log message:
        * help-at-pt.el (help-at-pt-kbd-string): Reflow docstring.
          (scan-buf-previous-region): Fix typo in docstring.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15587&r2=1.15588
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/help-at-pt.el?cvsroot=emacs&r1=1.21&r2=1.22

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15587
retrieving revision 1.15588
diff -u -b -r1.15587 -r1.15588
--- ChangeLog   14 Apr 2009 21:40:07 -0000      1.15587
+++ ChangeLog   14 Apr 2009 21:54:49 -0000      1.15588
@@ -1,3 +1,8 @@
+2009-04-14  Juanma Barranquero  <address@hidden>
+
+       * help-at-pt.el (help-at-pt-kbd-string): Reflow docstring.
+       (scan-buf-previous-region): Fix typo in docstring.
+
 2009-04-14  Edward Wiebe  <address@hidden>  (tiny change)
 
        * jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.

Index: help-at-pt.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/help-at-pt.el,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- help-at-pt.el       5 Jan 2009 03:19:15 -0000       1.21
+++ help-at-pt.el       14 Apr 2009 21:54:53 -0000      1.22
@@ -73,8 +73,8 @@
 (defun help-at-pt-kbd-string ()
   "Return the keyboard help string at point.
 If the `kbd-help' text or overlay property at point produces a
-string, return it.  Otherwise, use the `help-echo' property.  If
-this produces no string either, return nil."
+string, return it.  Otherwise, use the `help-echo' property.
+If this produces no string either, return nil."
   (let ((kbd (help-at-pt-string t))
        (echo (help-at-pt-string)))
     (if (and kbd (not (eq kbd t))) kbd echo)))
@@ -344,7 +344,7 @@
 Print the help found there using `display-local-help'.  Adjacent
 areas with different non-nil help-echo properties are considered
 different regions.  With numeric argument ARG, behaves like
-`scan-buf-next-region' with argument -ARG.."
+`scan-buf-next-region' with argument -ARG."
   (interactive "p")
   (scan-buf-move-to-region 'help-echo (- arg) 'scan-buf-move-hook))
 




reply via email to

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