diff options
author | Glenn Morris <rgm@gnu.org> | 2012-02-20 15:50:52 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-02-20 15:50:52 -0800 |
commit | 2d2f6581283113ad4c806e7f176724e7d3013172 (patch) | |
tree | 7bd904b749c7f990545210fb641c8b9d4a61289e /doc/emacs/kmacro.texi | |
parent | 310f5bd4294ec3624b425e2c27da6fc730d0e928 (diff) | |
download | emacs-2d2f6581283113ad4c806e7f176724e7d3013172.tar.gz |
Checked emacs.texi
* doc/emacs/emacs.texi (Top, Preface): Small rephrasings.
(menu, detailmenu): Update entries, and reformat some descriptions.
* doc/emacs/building.texi, doc/emacs/display.texi:
* doc/emacs/emacs-xtra.texi, doc/emacs/files.texi:
* doc/emacs/frames.texi, doc/emacs/kmacro.texi, doc/emacs/msdog.texi:
* doc/emacs/programs.texi, doc/emacs/text.texi:
Reformat some menu descriptions.
* admin/FOR-RELEASE: Related markup.
Diffstat (limited to 'doc/emacs/kmacro.texi')
-rw-r--r-- | doc/emacs/kmacro.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/emacs/kmacro.texi b/doc/emacs/kmacro.texi index a767a312ed3..766470e514b 100644 --- a/doc/emacs/kmacro.texi +++ b/doc/emacs/kmacro.texi @@ -35,8 +35,10 @@ intelligent or general. For such things, Lisp must be used. * Basic Keyboard Macro:: Defining and running keyboard macros. * Keyboard Macro Ring:: Where previous keyboard macros are saved. * Keyboard Macro Counter:: Inserting incrementing numbers in macros. -* Keyboard Macro Query:: Making keyboard macros do different things each time. -* Save Keyboard Macro:: Giving keyboard macros names; saving them in files. +* Keyboard Macro Query:: Making keyboard macros do different things each + time. +* Save Keyboard Macro:: Giving keyboard macros names; saving them in + files. * Edit Keyboard Macro:: Editing keyboard macros. * Keyboard Macro Step-Edit:: Interactively executing and editing a keyboard macro. |