diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-07-09 23:11:47 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-07-09 23:11:47 -0400 |
commit | 6cfd0fa2de12047b5f29963ae5c7dc2ea481100d (patch) | |
tree | 03fbb1da0cd0518319f928838d4d8eb292703b1f /doc/emacs/killing.texi | |
parent | 7847b2a1dddfec08e68cf23890da38e2b1ea3045 (diff) |
Remove Syntax node from Emacs manual.
This node served no purpose in the Customization section.
* doc/emacs/custom.texi (Syntax): Node deleted.
* doc/emacs/emacs.texi (Top): Update node listing.
* doc/emacs/help.texi (Help Summary):
* doc/emacs/major.texi (Major Modes):
* doc/emacs/programs.texi (Parentheses):
* doc/emacs/search.texi (Regexp Backslash, Regexp Backslash)
(Regexp Backslash):
* doc/emacs/text.texi (Words): Callers changed.
Diffstat (limited to 'doc/emacs/killing.texi')
-rw-r--r-- | doc/emacs/killing.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi index 41262e9c2d..2ee2bd9be0 100644 --- a/doc/emacs/killing.texi +++ b/doc/emacs/killing.texi @@ -19,7 +19,7 @@ units. * Yanking:: Commands that insert text. * Accumulating Text:: Other methods to add text to the buffer. * Rectangles:: Operating on text in rectangular areas. -* CUA Bindings:: Using C-x/C-c/C-v to kill and yank. +* CUA Bindings:: Using @kbd{C-x}/@kbd{C-c}/@kbd{C-v} to kill and yank. @end menu @node Deletion and Killing |