diff options
author | Mauro Aranda <maurooaranda@gmail.com> | 2019-05-18 17:35:04 -0300 |
---|---|---|
committer | Noam Postavsky <npostavs@gmail.com> | 2019-05-25 13:02:05 -0400 |
commit | 7681a57b88a91bf9eedc890b974df9728d5eb50d (patch) | |
tree | 4480a770258914e1358980c8c3f23b91bfa49143 /doc/misc/eudc.texi | |
parent | 9bee76227c04a5bedbda77c7ada2e5b2aa95e2c9 (diff) | |
download | emacs-7681a57b88a91bf9eedc890b974df9728d5eb50d.tar.gz emacs-7681a57b88a91bf9eedc890b974df9728d5eb50d.tar.bz2 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/eudc.texi')
-rw-r--r-- | doc/misc/eudc.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/eudc.texi b/doc/misc/eudc.texi index 117b62e9ac8..568f94ba7c1 100644 --- a/doc/misc/eudc.texi +++ b/doc/misc/eudc.texi @@ -606,7 +606,7 @@ function that will be passed the corresponding attribute values for display. @end defvar -This variable has protocol-local definitions (see @pxref{Server/Protocol +This variable has protocol-local definitions (@pxref{Server/Protocol Locals}). For instance, it is defined as follows for LDAP: @lisp @@ -714,7 +714,7 @@ name and the remaining words are all considered as surname constituents. @var{format}s are in fact not limited to EUDC attribute names, you can use server or protocol specific names in them. It may be safer if you do so, to set the variable @code{eudc-inline-query-format} in a protocol -or server local fashion (see @pxref{Server/Protocol Locals}). +or server local fashion (@pxref{Server/Protocol Locals}). For instance you could use the following to match up to three words against the @code{cn} attribute of LDAP servers: |