emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111884: * window.c (Frecenter): Tiny


From: Bastien Guerry
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111884: * window.c (Frecenter): Tiny docstring enhancement.
Date: Tue, 26 Feb 2013 15:28:37 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111884
committer: Bastien Guerry <address@hidden>
branch nick: trunk
timestamp: Tue 2013-02-26 15:28:37 +0100
message:
  * window.c (Frecenter): Tiny docstring enhancement.
modified:
  src/ChangeLog
  src/window.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-02-26 03:09:08 +0000
+++ b/src/ChangeLog     2013-02-26 14:28:37 +0000
@@ -1,3 +1,7 @@
+2013-02-26  Bastien Guerry  <address@hidden>
+
+       * window.c (Frecenter): Tiny docstring enhancement.
+
 2013-02-26  Paul Eggert  <address@hidden>
 
        Minor textprop integer cleanup.

=== modified file 'src/window.c'
--- a/src/window.c      2013-02-11 10:21:52 +0000
+++ b/src/window.c      2013-02-26 14:28:37 +0000
@@ -5173,7 +5173,7 @@
 
 DEFUN ("recenter", Frecenter, Srecenter, 0, 1, "P",
        doc: /* Center point in selected window and maybe redisplay frame.
-With prefix argument ARG, recenter putting point on screen line ARG
+With a numeric prefix argument ARG, recenter putting point on screen line ARG
 relative to the selected window.  If ARG is negative, it counts up from the
 bottom of the window.  (ARG should be less than the height of the window.)
 


reply via email to

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