Mercurial > hg > xemacs-beta
comparison man/new-users-guide/help.texi @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | c9fe270a4101 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
397:f4aeb21a5bad | 398:74fd4e045ea6 |
---|---|
96 in, you will get a listing of the special keybindings for that | 96 in, you will get a listing of the special keybindings for that |
97 particular buffer also. For example, if you are in "Texinfo" mode, part | 97 particular buffer also. For example, if you are in "Texinfo" mode, part |
98 of your list will contain: | 98 of your list will contain: |
99 | 99 |
100 @example | 100 @example |
101 C-c C-c n texinfo-insert-@@node | 101 C-c C-c n texinfo-insert-@@node |
102 C-c C-c o texinfo-insert-@@noindent | 102 C-c C-c o texinfo-insert-@@noindent |
103 C-c C-c s texinfo-insert-@@samp | 103 C-c C-c s texinfo-insert-@@samp |
104 C-c C-c t texinfo-insert-@@table | 104 C-c C-c t texinfo-insert-@@table |
105 C-c C-c v texinfo-insert-@@var | 105 C-c C-c v texinfo-insert-@@var |
106 C-c C-c x texinfo-insert-@@example | 106 C-c C-c x texinfo-insert-@@example |
107 C-c C-c @{ texinfo-insert-braces | 107 C-c C-c @{ texinfo-insert-braces |
108 @end example | 108 @end example |
109 @noindent | 109 @noindent |
110 These keybindings apply only to "Texinfo" mode. @xref{Modes}, for more | 110 These keybindings apply only to "Texinfo" mode. @xref{Modes}, for more |
111 information on various modes. | 111 information on various modes. |
112 | 112 |