diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/text.texi | 16 | ||||
| -rw-r--r-- | doc/misc/efaq.texi | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index c8e36411a5c..b188c02a9ab 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi | |||
| @@ -2057,27 +2057,27 @@ hook @code{text-mode-hook}, then @code{nroff-mode-hook} | |||
| 2057 | separators, pages are separated by @samp{.bp} commands, and comments | 2057 | separators, pages are separated by @samp{.bp} commands, and comments |
| 2058 | start with backslash-doublequote. It also defines these commands: | 2058 | start with backslash-doublequote. It also defines these commands: |
| 2059 | 2059 | ||
| 2060 | @findex forward-text-line | 2060 | @findex nroff-forward-text-line |
| 2061 | @findex backward-text-line | 2061 | @findex nroff-backward-text-line |
| 2062 | @findex count-text-lines | 2062 | @findex nroff-count-text-lines |
| 2063 | @kindex M-n @r{(Nroff mode)} | 2063 | @kindex M-n @r{(Nroff mode)} |
| 2064 | @kindex M-p @r{(Nroff mode)} | 2064 | @kindex M-p @r{(Nroff mode)} |
| 2065 | @kindex M-? @r{(Nroff mode)} | 2065 | @kindex M-? @r{(Nroff mode)} |
| 2066 | @table @kbd | 2066 | @table @kbd |
| 2067 | @item M-n | 2067 | @item M-n |
| 2068 | Move to the beginning of the next line that isn't an nroff command | 2068 | Move to the beginning of the next line that isn't an nroff command |
| 2069 | (@code{forward-text-line}). An argument is a repeat count. | 2069 | (@code{nroff-forward-text-line}). An argument is a repeat count. |
| 2070 | @item M-p | 2070 | @item M-p |
| 2071 | Like @kbd{M-n} but move up (@code{backward-text-line}). | 2071 | Like @kbd{M-n} but move up (@code{nroff-backward-text-line}). |
| 2072 | @item M-? | 2072 | @item M-? |
| 2073 | Displays in the echo area the number of text lines (lines that are not | 2073 | Displays in the echo area the number of text lines (lines that are not |
| 2074 | nroff commands) in the region (@code{count-text-lines}). | 2074 | nroff commands) in the region (@code{nroff-count-text-lines}). |
| 2075 | @end table | 2075 | @end table |
| 2076 | 2076 | ||
| 2077 | @findex electric-nroff-mode | 2077 | @findex nroff-electric-mode |
| 2078 | Electric Nroff mode is a buffer-local minor mode that can be used | 2078 | Electric Nroff mode is a buffer-local minor mode that can be used |
| 2079 | with Nroff mode. To toggle this minor mode, type @kbd{M-x | 2079 | with Nroff mode. To toggle this minor mode, type @kbd{M-x |
| 2080 | electric-nroff-mode} (@pxref{Minor Modes}). When the mode is on, each | 2080 | nroff-electric-mode} (@pxref{Minor Modes}). When the mode is on, each |
| 2081 | time you type @key{RET} to end a line containing an nroff command that | 2081 | time you type @key{RET} to end a line containing an nroff command that |
| 2082 | opens a kind of grouping, the nroff command to close that grouping is | 2082 | opens a kind of grouping, the nroff command to close that grouping is |
| 2083 | automatically inserted on the following line. | 2083 | automatically inserted on the following line. |
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 6f4977779fd..e0dfc8936d9 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -4310,7 +4310,7 @@ fontset, or you can select it by setting the default font in your | |||
| 4310 | @file{~/.emacs}: | 4310 | @file{~/.emacs}: |
| 4311 | 4311 | ||
| 4312 | @lisp | 4312 | @lisp |
| 4313 | (set-default-font "fontset-bdf") | 4313 | (set-frame-font "fontset-bdf") |
| 4314 | @end lisp | 4314 | @end lisp |
| 4315 | 4315 | ||
| 4316 | 4316 | ||