projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8752cf
)
Clarify wording
author
Richard M Stallman
<rms@gnu.org>
Wed, 14 Oct 2020 23:17:48 +0000
(19:17 -0400)
committer
Richard Stallman
<rms@gnu.org>
Wed, 14 Oct 2020 23:17:48 +0000
(19:17 -0400)
Clarify doc string of line-to-top-of-window.
doc/lispintro/emacs-lisp-intro.texi
patch
|
blob
|
history
diff --git
a/doc/lispintro/emacs-lisp-intro.texi
b/doc/lispintro/emacs-lisp-intro.texi
index 1bd2849bb3ebf5daacd09a1dcc6990aa33603945..b13b16285c77c418cde35c07f8695792d842d3d3 100644
(file)
--- a/
doc/lispintro/emacs-lisp-intro.texi
+++ b/
doc/lispintro/emacs-lisp-intro.texi
@@
-17523,7
+17523,7
@@
Here is the definition:
;;; Line to top of window;
;;; replace three keystroke sequence C-u 0 C-l
(defun line-to-top-of-window ()
- "Move the line point is on to top of window."
+ "Move the line
that
point is on to top of window."
(interactive)
(recenter 0))
@end group