diff options
| author | Bastien Guerry | 2013-02-26 15:28:37 +0100 |
|---|---|---|
| committer | Bastien Guerry | 2013-02-26 15:28:37 +0100 |
| commit | 3b166f0908a04456bd91a42274a42d401b79c24d (patch) | |
| tree | 029dfd479e6bc67f751743f8589ae092dcf99a3d /src | |
| parent | 58bd4aa21a6847c0d32cac42ce3085082ef8bcb3 (diff) | |
| download | emacs-3b166f0908a04456bd91a42274a42d401b79c24d.tar.gz emacs-3b166f0908a04456bd91a42274a42d401b79c24d.zip | |
* window.c (Frecenter): Tiny docstring enhancement.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/window.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8636e36962e..5e3112a26af 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-02-26 Bastien Guerry <bzg@gnu.org> | ||
| 2 | |||
| 3 | * window.c (Frecenter): Tiny docstring enhancement. | ||
| 4 | |||
| 1 | 2013-02-26 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2013-02-26 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Minor textprop integer cleanup. | 7 | Minor textprop integer cleanup. |
diff --git a/src/window.c b/src/window.c index ea1dd93711c..c2da2e8637a 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -5173,7 +5173,7 @@ displayed_window_lines (struct window *w) | |||
| 5173 | 5173 | ||
| 5174 | DEFUN ("recenter", Frecenter, Srecenter, 0, 1, "P", | 5174 | DEFUN ("recenter", Frecenter, Srecenter, 0, 1, "P", |
| 5175 | doc: /* Center point in selected window and maybe redisplay frame. | 5175 | doc: /* Center point in selected window and maybe redisplay frame. |
| 5176 | With prefix argument ARG, recenter putting point on screen line ARG | 5176 | With a numeric prefix argument ARG, recenter putting point on screen line ARG |
| 5177 | relative to the selected window. If ARG is negative, it counts up from the | 5177 | relative to the selected window. If ARG is negative, it counts up from the |
| 5178 | bottom of the window. (ARG should be less than the height of the window.) | 5178 | bottom of the window. (ARG should be less than the height of the window.) |
| 5179 | 5179 | ||