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/misc/reftex.texi | |
| 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/misc/reftex.texi')
| -rw-r--r-- | doc/misc/reftex.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/reftex.texi b/doc/misc/reftex.texi index baa8de4b4dc..8221abdbbaa 100644 --- a/doc/misc/reftex.texi +++ b/doc/misc/reftex.texi | |||
| @@ -3697,7 +3697,7 @@ MicroEmacs at the time). | |||
| 3697 | Here is a summary of @RefTeX{}'s commands which can be executed from | 3697 | Here is a summary of @RefTeX{}'s commands which can be executed from |
| 3698 | @LaTeX{} files. Command which are executed from the special buffers are | 3698 | @LaTeX{} files. Command which are executed from the special buffers are |
| 3699 | not described here. All commands are available from the @code{Ref} | 3699 | not described here. All commands are available from the @code{Ref} |
| 3700 | menu. See @xref{Key Bindings}. | 3700 | menu. @xref{Key Bindings}. |
| 3701 | 3701 | ||
| 3702 | @deffn Command reftex-toc | 3702 | @deffn Command reftex-toc |
| 3703 | Show the table of contents for the current document. When called with | 3703 | Show the table of contents for the current document. When called with |