summaryrefslogtreecommitdiff
path: root/doc/emacs/kmacro.texi
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2011-10-24 10:01:54 +0800
committerChong Yidong <cyd@gnu.org>2011-10-24 10:01:54 +0800
commite7a3ff06b31baa4e344e0a0b1addde57c16c817f (patch)
tree393ddd21b3657d7dfde2ae400106ced301eb58c6 /doc/emacs/kmacro.texi
parent4a623313e379932424a217a417820616c5759ffb (diff)
downloademacs-e7a3ff06b31baa4e344e0a0b1addde57c16c817f.tar.gz
Document scroll-up-line and scroll-down-line in Emacs manual.
* doc/emacs/display.texi (Scrolling): Document scroll-up-line and scroll-down-line. Document scroll-command property. (Recentering): New node, split off from Scrolling. Also, minor copyedits to standardize on the phrase "key binding" rather than "keybinding" in the manual.
Diffstat (limited to 'doc/emacs/kmacro.texi')
-rw-r--r--doc/emacs/kmacro.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/kmacro.texi b/doc/emacs/kmacro.texi
index ac81377aec9..4676983fc67 100644
--- a/doc/emacs/kmacro.texi
+++ b/doc/emacs/kmacro.texi
@@ -147,7 +147,7 @@ beginning of the line and then executing the macro.
@findex kmacro-start-macro
@findex kmacro-end-macro
In addition to the @key{F3} and @key{F4} commands described above,
-Emacs also supports an older set of keybindings for defining and
+Emacs also supports an older set of key bindings for defining and
executing keyboard macros. To begin a macro definition, type @kbd{C-x
(} (@code{kmacro-start-macro}); as with @key{F3}, a prefix argument
appends this definition to the last keyboard macro. To end a macro