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)
This commit is contained in:
Eli Zaretskii 2019-04-21 14:56:04 +03:00
parent fd6ff29506
commit 75b589c7d2
4 changed files with 9 additions and 9 deletions

View file

@ -76,7 +76,7 @@ Set point and the mark around the text you drag across.
@item mouse-3 @item mouse-3
Set the mark at point, then move point to where you click Set the mark at point, then move point to where you click
(@code{mouse-save-then-kill}). (@code{mouse-save-then-kill}).
@item @samp{Shifted cursor motion keys} @item @r{Shifted cursor motion keys}
Set the mark at point if the mark is inactive, then move point. Set the mark at point if the mark is inactive, then move point.
@xref{Shift Selection}. @xref{Shift Selection}.
@end table @end table

View file

@ -14661,7 +14661,7 @@ conventions of Yacas, a free computer algebra system. While the
operators and functions in Yacas are similar to those of Calc, the names operators and functions in Yacas are similar to those of Calc, the names
of built-in functions in Yacas are capitalized. The Calc formula of built-in functions in Yacas are capitalized. The Calc formula
@samp{sin(2 x)}, for example, is entered and displayed @samp{Sin(2 x)} @samp{sin(2 x)}, for example, is entered and displayed @samp{Sin(2 x)}
in Yacas mode, and `@samp{arcsin(x^2)} is @samp{ArcSin(x^2)} in Yacas in Yacas mode, and @samp{arcsin(x^2)} is @samp{ArcSin(x^2)} in Yacas
mode. Complex numbers are written are written @samp{3 + 4 I}. mode. Complex numbers are written are written @samp{3 + 4 I}.
The standard special constants are written @code{Pi}, @code{E}, The standard special constants are written @code{Pi}, @code{E},
@code{I}, @code{GoldenRatio} and @code{Gamma}. @code{Infinity} @code{I}, @code{GoldenRatio} and @code{Gamma}. @code{Infinity}

View file

@ -6294,24 +6294,24 @@ Emacs navigational keys (like the arrow keys, or @kbd{C-n}) to move
the cursor over the desired folder and then use the shortcuts for the the cursor over the desired folder and then use the shortcuts for the
menu items listed in the table below. menu items listed in the table below.
@table @samp @table @asis
@findex mh-speed-view @findex mh-speed-view
@item Visit Folder (@key{RET}) @item @samp{Visit Folder} (@key{RET})
Visits the selected folder just as if you had used @kbd{F v} Visits the selected folder just as if you had used @kbd{F v}
(@code{mh-speed-view}). (@code{mh-speed-view}).
@c ------------------------- @c -------------------------
@findex mh-speed-expand-folder @findex mh-speed-expand-folder
@item Expand Nested Folders (@kbd{+}) @item @samp{Expand Nested Folders} (@kbd{+})
Expands the selected folder in the speedbar, exposing the children Expands the selected folder in the speedbar, exposing the children
folders inside it (@code{mh-speed-expand-folder}). folders inside it (@code{mh-speed-expand-folder}).
@c ------------------------- @c -------------------------
@findex mh-speed-contract-folder @findex mh-speed-contract-folder
@item Contract Nested Folders (@kbd{-}) @item @samp{Contract Nested Folders} (@kbd{-})
Contracts or collapses the selected folder in the speedbar, hiding the Contracts or collapses the selected folder in the speedbar, hiding the
children folders inside it (@code{mh-speed-contract-folder}). children folders inside it (@code{mh-speed-contract-folder}).
@c ------------------------- @c -------------------------
@findex mh-speed-refresh @findex mh-speed-refresh
@item Refresh Speedbar (@kbd{r}) @item @samp{Refresh Speedbar} (@kbd{r})
Regenerates the list of folders in the speedbar. Run this command if Regenerates the list of folders in the speedbar. Run this command if
you've added or deleted a folder, or want to update the unseen message you've added or deleted a folder, or want to update the unseen message
count before the next automatic update (@code{mh-speed-refresh}). count before the next automatic update (@code{mh-speed-refresh}).

View file

@ -249,10 +249,10 @@ And that's what I think too.
@end menu @end menu
Note that multiple inclusions of the original messages result in a Note that multiple inclusions of the original messages result in a
nesting of the @samp{@code{>}} characters. This can sometimes be quite nesting of the @samp{>} characters. This can sometimes be quite
confusing when many levels of citations are included since it may be confusing when many levels of citations are included since it may be
difficult or impossible to figure out who actually participated in the difficult or impossible to figure out who actually participated in the
thread, and multiple nesting of @samp{@code{>}} characters can sometimes thread, and multiple nesting of @samp{>} characters can sometimes
make the message very difficult for the eye to scan. make the message very difficult for the eye to scan.
@cindex non-nested citations @cindex non-nested citations