diff options
| author | Eli Zaretskii | 2019-04-21 14:56:04 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-04-21 14:56:04 +0300 |
| commit | 75b589c7d2ebbe9e7048341cf666c185c07ec680 (patch) | |
| tree | d118d0ece7ea37f04352e5505c558569139977fa | |
| parent | fd6ff29506cd55ace8fdfa1c3f370cbc7e074ec2 (diff) | |
| download | emacs-75b589c7d2ebbe9e7048341cf666c185c07ec680.tar.gz emacs-75b589c7d2ebbe9e7048341cf666c185c07ec680.zip | |
Fix markup related to quoting in Info
* doc/misc/sc.texi (Citations): Fix markup of '>'.
* doc/misc/mh-e.texi (Speedbar): Fix markup in a @table.
* doc/misc/calc.texi (Yacas Language Mode): Fix a typo.
* doc/emacs/mark.texi (Setting Mark): Remove duplicate
quoting. (Bug#35202)
| -rw-r--r-- | doc/emacs/mark.texi | 2 | ||||
| -rw-r--r-- | doc/misc/calc.texi | 2 | ||||
| -rw-r--r-- | doc/misc/mh-e.texi | 10 | ||||
| -rw-r--r-- | doc/misc/sc.texi | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/doc/emacs/mark.texi b/doc/emacs/mark.texi index aa753888e5f..5ffe7264a35 100644 --- a/doc/emacs/mark.texi +++ b/doc/emacs/mark.texi | |||
| @@ -76,7 +76,7 @@ Set point and the mark around the text you drag across. | |||
| 76 | @item mouse-3 | 76 | @item mouse-3 |
| 77 | Set the mark at point, then move point to where you click | 77 | Set the mark at point, then move point to where you click |
| 78 | (@code{mouse-save-then-kill}). | 78 | (@code{mouse-save-then-kill}). |
| 79 | @item @samp{Shifted cursor motion keys} | 79 | @item @r{Shifted cursor motion keys} |
| 80 | Set the mark at point if the mark is inactive, then move point. | 80 | Set the mark at point if the mark is inactive, then move point. |
| 81 | @xref{Shift Selection}. | 81 | @xref{Shift Selection}. |
| 82 | @end table | 82 | @end table |
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 7cfb7e1f0b2..8ef08a36d8a 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -14661,7 +14661,7 @@ conventions of Yacas, a free computer algebra system. While the | |||
| 14661 | operators and functions in Yacas are similar to those of Calc, the names | 14661 | operators and functions in Yacas are similar to those of Calc, the names |
| 14662 | of built-in functions in Yacas are capitalized. The Calc formula | 14662 | of built-in functions in Yacas are capitalized. The Calc formula |
| 14663 | @samp{sin(2 x)}, for example, is entered and displayed @samp{Sin(2 x)} | 14663 | @samp{sin(2 x)}, for example, is entered and displayed @samp{Sin(2 x)} |
| 14664 | in Yacas mode, and `@samp{arcsin(x^2)} is @samp{ArcSin(x^2)} in Yacas | 14664 | in Yacas mode, and @samp{arcsin(x^2)} is @samp{ArcSin(x^2)} in Yacas |
| 14665 | mode. Complex numbers are written are written @samp{3 + 4 I}. | 14665 | mode. Complex numbers are written are written @samp{3 + 4 I}. |
| 14666 | The standard special constants are written @code{Pi}, @code{E}, | 14666 | The standard special constants are written @code{Pi}, @code{E}, |
| 14667 | @code{I}, @code{GoldenRatio} and @code{Gamma}. @code{Infinity} | 14667 | @code{I}, @code{GoldenRatio} and @code{Gamma}. @code{Infinity} |
diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi index 898b3418f8d..52e22178b2d 100644 --- a/doc/misc/mh-e.texi +++ b/doc/misc/mh-e.texi | |||
| @@ -6294,24 +6294,24 @@ Emacs navigational keys (like the arrow keys, or @kbd{C-n}) to move | |||
| 6294 | the cursor over the desired folder and then use the shortcuts for the | 6294 | the cursor over the desired folder and then use the shortcuts for the |
| 6295 | menu items listed in the table below. | 6295 | menu items listed in the table below. |
| 6296 | 6296 | ||
| 6297 | @table @samp | 6297 | @table @asis |
| 6298 | @findex mh-speed-view | 6298 | @findex mh-speed-view |
| 6299 | @item Visit Folder (@key{RET}) | 6299 | @item @samp{Visit Folder} (@key{RET}) |
| 6300 | Visits the selected folder just as if you had used @kbd{F v} | 6300 | Visits the selected folder just as if you had used @kbd{F v} |
| 6301 | (@code{mh-speed-view}). | 6301 | (@code{mh-speed-view}). |
| 6302 | @c ------------------------- | 6302 | @c ------------------------- |
| 6303 | @findex mh-speed-expand-folder | 6303 | @findex mh-speed-expand-folder |
| 6304 | @item Expand Nested Folders (@kbd{+}) | 6304 | @item @samp{Expand Nested Folders} (@kbd{+}) |
| 6305 | Expands the selected folder in the speedbar, exposing the children | 6305 | Expands the selected folder in the speedbar, exposing the children |
| 6306 | folders inside it (@code{mh-speed-expand-folder}). | 6306 | folders inside it (@code{mh-speed-expand-folder}). |
| 6307 | @c ------------------------- | 6307 | @c ------------------------- |
| 6308 | @findex mh-speed-contract-folder | 6308 | @findex mh-speed-contract-folder |
| 6309 | @item Contract Nested Folders (@kbd{-}) | 6309 | @item @samp{Contract Nested Folders} (@kbd{-}) |
| 6310 | Contracts or collapses the selected folder in the speedbar, hiding the | 6310 | Contracts or collapses the selected folder in the speedbar, hiding the |
| 6311 | children folders inside it (@code{mh-speed-contract-folder}). | 6311 | children folders inside it (@code{mh-speed-contract-folder}). |
| 6312 | @c ------------------------- | 6312 | @c ------------------------- |
| 6313 | @findex mh-speed-refresh | 6313 | @findex mh-speed-refresh |
| 6314 | @item Refresh Speedbar (@kbd{r}) | 6314 | @item @samp{Refresh Speedbar} (@kbd{r}) |
| 6315 | Regenerates the list of folders in the speedbar. Run this command if | 6315 | Regenerates the list of folders in the speedbar. Run this command if |
| 6316 | you've added or deleted a folder, or want to update the unseen message | 6316 | you've added or deleted a folder, or want to update the unseen message |
| 6317 | count before the next automatic update (@code{mh-speed-refresh}). | 6317 | count before the next automatic update (@code{mh-speed-refresh}). |
diff --git a/doc/misc/sc.texi b/doc/misc/sc.texi index 7d53c6dbe5e..d10bdc64263 100644 --- a/doc/misc/sc.texi +++ b/doc/misc/sc.texi | |||
| @@ -249,10 +249,10 @@ And that's what I think too. | |||
| 249 | @end menu | 249 | @end menu |
| 250 | 250 | ||
| 251 | Note that multiple inclusions of the original messages result in a | 251 | Note that multiple inclusions of the original messages result in a |
| 252 | nesting of the @samp{@code{>}} characters. This can sometimes be quite | 252 | nesting of the @samp{>} characters. This can sometimes be quite |
| 253 | confusing when many levels of citations are included since it may be | 253 | confusing when many levels of citations are included since it may be |
| 254 | difficult or impossible to figure out who actually participated in the | 254 | difficult or impossible to figure out who actually participated in the |
| 255 | thread, and multiple nesting of @samp{@code{>}} characters can sometimes | 255 | thread, and multiple nesting of @samp{>} characters can sometimes |
| 256 | make the message very difficult for the eye to scan. | 256 | make the message very difficult for the eye to scan. |
| 257 | 257 | ||
| 258 | @cindex non-nested citations | 258 | @cindex non-nested citations |