]> git.eshelyaron.com Git - emacs.git/commitdiff
* window.c (Frecenter): Tiny docstring enhancement.
authorBastien Guerry <bzg@gnu.org>
Tue, 26 Feb 2013 14:28:37 +0000 (15:28 +0100)
committerBastien Guerry <bzg@gnu.org>
Tue, 26 Feb 2013 14:28:37 +0000 (15:28 +0100)
src/ChangeLog
src/window.c

index 8636e36962e337a71d04c6c1cfb6fbc03acbb71e..5e3112a26afe2cfcd6f5460bcd4f0a9e7c794055 100644 (file)
@@ -1,3 +1,7 @@
+2013-02-26  Bastien Guerry  <bzg@gnu.org>
+
+       * window.c (Frecenter): Tiny docstring enhancement.
+
 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
 
        Minor textprop integer cleanup.
index ea1dd93711c5929c57e1507fe3d98b565d8e48f5..c2da2e8637a73538c8c294f9f181a7911af295ce 100644 (file)
@@ -5173,7 +5173,7 @@ displayed_window_lines (struct window *w)
 
 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.)