diff options
| author | Lars Ingebrigtsen | 2014-02-10 22:34:29 -0800 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2014-02-10 22:34:29 -0800 |
| commit | b8b4e743b77068d2b17a15daa2b0af325f9f9825 (patch) | |
| tree | 792048c4292e00d38e2d430d41a973b1ce6fe172 | |
| parent | e41fe0d346d78ea5e352a04a943fadadb46231ac (diff) | |
| download | emacs-b8b4e743b77068d2b17a15daa2b0af325f9f9825.tar.gz emacs-b8b4e743b77068d2b17a15daa2b0af325f9f9825.zip | |
* text.texi (Editing Format Info): Use @samp for menus.
Fixes: debbugs:13736
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/text.texi | 11 |
2 files changed, 10 insertions, 5 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 052686cec7e..034322117d9 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * text.texi (Editing Format Info): Use @samp for menus (bug#13736). | ||
| 4 | |||
| 1 | 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org> | 5 | 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 6 | ||
| 3 | * dired.texi (Hiding Subdirectories): Mention the node for | 7 | * dired.texi (Hiding Subdirectories): Mention the node for |
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index 1d30740467e..12383ec0f28 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi | |||
| @@ -2099,11 +2099,12 @@ want to set the justification style to @code{unfilled} | |||
| 2099 | @node Editing Format Info | 2099 | @node Editing Format Info |
| 2100 | @subsection Editing Format Information | 2100 | @subsection Editing Format Information |
| 2101 | 2101 | ||
| 2102 | The easiest way to alter properties is with the Text Properties | 2102 | The easiest way to alter properties is with the @samp{Text |
| 2103 | menu. You can get to this menu from the Edit menu in the menu bar | 2103 | Properties} menu. You can get to this menu from the @samp{Edit} menu |
| 2104 | (@pxref{Menu Bar}), or with @kbd{C-Mouse-2} (@pxref{Menu Mouse | 2104 | in the menu bar (@pxref{Menu Bar}), or with @kbd{C-Mouse-2} |
| 2105 | Clicks}). Some of the commands in the Text Properties menu are listed | 2105 | (@pxref{Menu Mouse Clicks}). Some of the commands in the @samp{Text |
| 2106 | below (you can also invoke them with @kbd{M-x}): | 2106 | Properties} menu are listed below (you can also invoke them with |
| 2107 | @kbd{M-x}): | ||
| 2107 | 2108 | ||
| 2108 | @table @code | 2109 | @table @code |
| 2109 | @findex facemenu-remove-face-props | 2110 | @findex facemenu-remove-face-props |