]> git.eshelyaron.com Git - emacs.git/commit
Remove redundants "See" before @xref or @pxref (Bug#35793)
authorMauro Aranda <maurooaranda@gmail.com>
Sat, 18 May 2019 20:35:04 +0000 (17:35 -0300)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 25 May 2019 17:02:05 +0000 (13:02 -0400)
commit7681a57b88a91bf9eedc890b974df9728d5eb50d
tree4480a770258914e1358980c8c3f23b91bfa49143
parent9bee76227c04a5bedbda77c7ada2e5b2aa95e2c9
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.
12 files changed:
doc/lispref/control.texi
doc/lispref/functions.texi
doc/lispref/modes.texi
doc/lispref/positions.texi
doc/misc/cc-mode.texi
doc/misc/dbus.texi
doc/misc/dired-x.texi
doc/misc/eudc.texi
doc/misc/gnus-faq.texi
doc/misc/gnus.texi
doc/misc/org.texi
doc/misc/reftex.texi