diff options
| author | Mauro Aranda | 2019-05-18 17:35:04 -0300 |
|---|---|---|
| committer | Noam Postavsky | 2019-05-25 13:02:05 -0400 |
| commit | 7681a57b88a91bf9eedc890b974df9728d5eb50d (patch) | |
| tree | 4480a770258914e1358980c8c3f23b91bfa49143 /doc/lispref | |
| parent | 9bee76227c04a5bedbda77c7ada2e5b2aa95e2c9 (diff) | |
| download | emacs-7681a57b88a91bf9eedc890b974df9728d5eb50d.tar.gz emacs-7681a57b88a91bf9eedc890b974df9728d5eb50d.zip | |
Remove redundants "See" before @xref or @pxref (Bug#35793)
* doc/lispref/control.texi (Control Structures):
* doc/lispref/modes.texi (Search-based Fontification):
* doc/misc/cc-mode.texi (Filling and Line Breaking Commands)
(Auto-newline Insertion, Other Special Indentations):
* doc/misc/dbus.texi (Errors and Events):
* doc/misc/dired-x.texi (Find File At Point):
* doc/misc/eudc.texi (Display of Query Results, Inline Query Expansion):
* doc/misc/gnus-faq.texi (FAQ 3-11):
* doc/misc/gnus.texi (Group Parameters, Posting Styles)
(Spam Package Introduction):
* doc/misc/org.texi (LaTeX fragments, Previewing LaTeX fragments):
* doc/misc/reftex.texi (Commands):
Remove redundant "See" before cross references.
* doc/lispref/functions.texi (Function Safety): Redundant "see" is in
ignored text, but remove it anyway.
* doc/lispref/positions.texi (Skipping Characters): Remove redundant
"See" before cross references. Change @xref to @pxref, which is
more suitable when at the end of a sentence.
Most of the redundants "See" found by Noam Postavsky.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/control.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/functions.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/modes.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/positions.texi | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi index 3ffe8f7fb9d..9e27e1a751a 100644 --- a/doc/lispref/control.texi +++ b/doc/lispref/control.texi | |||
| @@ -1452,7 +1452,7 @@ Run @var{body} with @var{var} bound to each value that | |||
| 1452 | @end defmac | 1452 | @end defmac |
| 1453 | 1453 | ||
| 1454 | The Common Lisp loop facility also contains features for working with | 1454 | The Common Lisp loop facility also contains features for working with |
| 1455 | iterators. See @xref{Loop Facility,,,cl,Common Lisp Extensions}. | 1455 | iterators. @xref{Loop Facility,,,cl,Common Lisp Extensions}. |
| 1456 | 1456 | ||
| 1457 | The following piece of code demonstrates some important principles of | 1457 | The following piece of code demonstrates some important principles of |
| 1458 | working with iterators. | 1458 | working with iterators. |
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index f641fe7024a..0077fad8375 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi | |||
| @@ -2369,7 +2369,7 @@ safe. | |||
| 2369 | A form that creates temporary bindings (@code{condition-case}, | 2369 | A form that creates temporary bindings (@code{condition-case}, |
| 2370 | @code{dolist}, @code{dotimes}, @code{lambda}, @code{let}, or | 2370 | @code{dolist}, @code{dotimes}, @code{lambda}, @code{let}, or |
| 2371 | @code{let*}), if all args are safe and the symbols to be bound are not | 2371 | @code{let*}), if all args are safe and the symbols to be bound are not |
| 2372 | explicitly risky (see @pxref{File Local Variables}). | 2372 | explicitly risky (@pxref{File Local Variables}). |
| 2373 | @item | 2373 | @item |
| 2374 | An assignment using @code{add-to-list}, @code{setq}, @code{push}, or | 2374 | An assignment using @code{add-to-list}, @code{setq}, @code{push}, or |
| 2375 | @code{pop}, if all args are safe and the symbols to be assigned are | 2375 | @code{pop}, if all args are safe and the symbols to be assigned are |
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 0ff13d72e2f..e8a8eb35e97 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi | |||
| @@ -2977,7 +2977,7 @@ Its value should have one of the forms described in this table. | |||
| 2977 | 2977 | ||
| 2978 | @strong{Warning:} Do not design an element of @code{font-lock-keywords} | 2978 | @strong{Warning:} Do not design an element of @code{font-lock-keywords} |
| 2979 | to match text which spans lines; this does not work reliably. | 2979 | to match text which spans lines; this does not work reliably. |
| 2980 | For details, see @xref{Multiline Font Lock}. | 2980 | For details, @pxref{Multiline Font Lock}. |
| 2981 | 2981 | ||
| 2982 | You can use @var{case-fold} in @code{font-lock-defaults} to specify | 2982 | You can use @var{case-fold} in @code{font-lock-defaults} to specify |
| 2983 | the value of @code{font-lock-keywords-case-fold-search} which says | 2983 | the value of @code{font-lock-keywords-case-fold-search} which says |
diff --git a/doc/lispref/positions.texi b/doc/lispref/positions.texi index 527a3ab420c..77077934673 100644 --- a/doc/lispref/positions.texi +++ b/doc/lispref/positions.texi | |||
| @@ -840,8 +840,8 @@ The argument @var{character-set} is a string, like the inside of a | |||
| 840 | terminate it, and @samp{\} quotes @samp{^}, @samp{-} or @samp{\}. | 840 | terminate it, and @samp{\} quotes @samp{^}, @samp{-} or @samp{\}. |
| 841 | Thus, @code{"a-zA-Z"} skips over all letters, stopping before the | 841 | Thus, @code{"a-zA-Z"} skips over all letters, stopping before the |
| 842 | first nonletter, and @code{"^a-zA-Z"} skips nonletters stopping before | 842 | first nonletter, and @code{"^a-zA-Z"} skips nonletters stopping before |
| 843 | the first letter. See @xref{Regular Expressions}. Character classes | 843 | the first letter (@pxref{Regular Expressions}). Character classes |
| 844 | can also be used, e.g., @code{"[:alnum:]"}. See @pxref{Char Classes}. | 844 | can also be used, e.g., @code{"[:alnum:]"} (@pxref{Char Classes}). |
| 845 | 845 | ||
| 846 | If @var{limit} is supplied (it must be a number or a marker), it | 846 | If @var{limit} is supplied (it must be a number or a marker), it |
| 847 | specifies the maximum position in the buffer that point can be skipped | 847 | specifies the maximum position in the buffer that point can be skipped |