diff options
| author | Glenn Morris | 2019-04-21 07:51:38 -0700 |
|---|---|---|
| committer | Glenn Morris | 2019-04-21 07:51:38 -0700 |
| commit | d9664f0d9e03ecfbcd7115a27200c5259bc19162 (patch) | |
| tree | 828dc476a162c01308d44c9149db58e57be5c43d | |
| parent | d2b78ea1d4f5deb62efac0d1cad7c8df015a2d76 (diff) | |
| parent | 9d7e08dd8f28b1c62dfdff592ba92e8d2fa14726 (diff) | |
| download | emacs-d9664f0d9e03ecfbcd7115a27200c5259bc19162.tar.gz emacs-d9664f0d9e03ecfbcd7115a27200c5259bc19162.zip | |
Merge from origin/emacs-26
9d7e08d (origin/emacs-26) Avoid false positives and false negatives o...
75b589c Fix markup related to quoting in Info
fd6ff29 Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emac...
cd2204f Add a package: line to c-submit-bug-report.
a992dca ; Remove empty NEWS sections
ea67270 ; Add NEWS sections for 26.3
45b0946 ; Bump Emacs version to 26.2.50
aae8cc3 * admin/admin.el (set-version): Add NEWS headers for a .50 ve...
| -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 | ||||
| -rw-r--r-- | lisp/info.el | 3 |
5 files changed, 11 insertions, 10 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 ca322f21720..75bbae58b27 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 99070950026..25dd53c4fb9 100644 --- a/doc/misc/mh-e.texi +++ b/doc/misc/mh-e.texi | |||
| @@ -6287,24 +6287,24 @@ Emacs navigational keys (like the arrow keys, or @kbd{C-n}) to move | |||
| 6287 | the cursor over the desired folder and then use the shortcuts for the | 6287 | the cursor over the desired folder and then use the shortcuts for the |
| 6288 | menu items listed in the table below. | 6288 | menu items listed in the table below. |
| 6289 | 6289 | ||
| 6290 | @table @samp | 6290 | @table @asis |
| 6291 | @findex mh-speed-view | 6291 | @findex mh-speed-view |
| 6292 | @item Visit Folder (@key{RET}) | 6292 | @item @samp{Visit Folder} (@key{RET}) |
| 6293 | Visits the selected folder just as if you had used @kbd{F v} | 6293 | Visits the selected folder just as if you had used @kbd{F v} |
| 6294 | (@code{mh-speed-view}). | 6294 | (@code{mh-speed-view}). |
| 6295 | @c ------------------------- | 6295 | @c ------------------------- |
| 6296 | @findex mh-speed-expand-folder | 6296 | @findex mh-speed-expand-folder |
| 6297 | @item Expand Nested Folders (@kbd{+}) | 6297 | @item @samp{Expand Nested Folders} (@kbd{+}) |
| 6298 | Expands the selected folder in the speedbar, exposing the children | 6298 | Expands the selected folder in the speedbar, exposing the children |
| 6299 | folders inside it (@code{mh-speed-expand-folder}). | 6299 | folders inside it (@code{mh-speed-expand-folder}). |
| 6300 | @c ------------------------- | 6300 | @c ------------------------- |
| 6301 | @findex mh-speed-contract-folder | 6301 | @findex mh-speed-contract-folder |
| 6302 | @item Contract Nested Folders (@kbd{-}) | 6302 | @item @samp{Contract Nested Folders} (@kbd{-}) |
| 6303 | Contracts or collapses the selected folder in the speedbar, hiding the | 6303 | Contracts or collapses the selected folder in the speedbar, hiding the |
| 6304 | children folders inside it (@code{mh-speed-contract-folder}). | 6304 | children folders inside it (@code{mh-speed-contract-folder}). |
| 6305 | @c ------------------------- | 6305 | @c ------------------------- |
| 6306 | @findex mh-speed-refresh | 6306 | @findex mh-speed-refresh |
| 6307 | @item Refresh Speedbar (@kbd{r}) | 6307 | @item @samp{Refresh Speedbar} (@kbd{r}) |
| 6308 | Regenerates the list of folders in the speedbar. Run this command if | 6308 | Regenerates the list of folders in the speedbar. Run this command if |
| 6309 | you've added or deleted a folder, or want to update the unseen message | 6309 | you've added or deleted a folder, or want to update the unseen message |
| 6310 | count before the next automatic update (@code{mh-speed-refresh}). | 6310 | 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 |
diff --git a/lisp/info.el b/lisp/info.el index 2e5f433dc8b..2882262aadf 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -4268,8 +4268,9 @@ With a zero prefix arg, put the name inside a function call to `info'." | |||
| 4268 | ;; We deliberately fontify only ‘..’ quoting, and not `..', because | 4268 | ;; We deliberately fontify only ‘..’ quoting, and not `..', because |
| 4269 | ;; the former can be done much more reliably, i.e. without risking | 4269 | ;; the former can be done much more reliably, i.e. without risking |
| 4270 | ;; false positives. | 4270 | ;; false positives. |
| 4271 | ;; FIXME: It doesn't handle nested quotes. | ||
| 4271 | (defvar Info-mode-font-lock-keywords | 4272 | (defvar Info-mode-font-lock-keywords |
| 4272 | '(("‘\\([^’]*\\)’" (1 'Info-quoted)))) | 4273 | '(("‘\\([‘’]\\|[^‘’]*\\)’" (1 'Info-quoted)))) |
| 4273 | 4274 | ||
| 4274 | ;; Autoload cookie needed by desktop.el | 4275 | ;; Autoload cookie needed by desktop.el |
| 4275 | ;;;###autoload | 4276 | ;;;###autoload |