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 | |
| 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')
| -rw-r--r-- | doc/misc/cc-mode.texi | 6 | ||||
| -rw-r--r-- | doc/misc/dbus.texi | 4 | ||||
| -rw-r--r-- | doc/misc/dired-x.texi | 4 | ||||
| -rw-r--r-- | doc/misc/eudc.texi | 4 | ||||
| -rw-r--r-- | doc/misc/gnus-faq.texi | 2 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 6 | ||||
| -rw-r--r-- | doc/misc/org.texi | 4 | ||||
| -rw-r--r-- | doc/misc/reftex.texi | 2 |
8 files changed, 16 insertions, 16 deletions
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index 0102a4ace87..bdeff22693f 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi | |||
| @@ -1060,7 +1060,7 @@ there's a piece of normal text without having to think much about it. | |||
| 1060 | and so on. | 1060 | and so on. |
| 1061 | 1061 | ||
| 1062 | You can configure the exact way comments get filled and broken, and | 1062 | You can configure the exact way comments get filled and broken, and |
| 1063 | where Emacs does auto-filling (see @pxref{Custom Filling and | 1063 | where Emacs does auto-filling (@pxref{Custom Filling and |
| 1064 | Breaking}). Typically, the style system (@pxref{Styles}) will have | 1064 | Breaking}). Typically, the style system (@pxref{Styles}) will have |
| 1065 | set this up for you, so you probably won't have to bother. | 1065 | set this up for you, so you probably won't have to bother. |
| 1066 | 1066 | ||
| @@ -1478,7 +1478,7 @@ normal, with no @kbd{C-u} prefix). | |||
| 1478 | @end itemize | 1478 | @end itemize |
| 1479 | 1479 | ||
| 1480 | You can configure the precise circumstances in which newlines get | 1480 | You can configure the precise circumstances in which newlines get |
| 1481 | inserted (see @pxref{Custom Auto-newlines}). Typically, the style | 1481 | inserted (@pxref{Custom Auto-newlines}). Typically, the style |
| 1482 | system (@pxref{Styles}) will have set this up for you, so you probably | 1482 | system (@pxref{Styles}) will have set this up for you, so you probably |
| 1483 | won't have to bother. | 1483 | won't have to bother. |
| 1484 | 1484 | ||
| @@ -6731,7 +6731,7 @@ custom line-up function associated with it. | |||
| 6731 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 6731 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 6732 | 6732 | ||
| 6733 | To configure macros which you invoke without a terminating @samp{;}, | 6733 | To configure macros which you invoke without a terminating @samp{;}, |
| 6734 | see @xref{Macros with ;}. | 6734 | @pxref{Macros with ;}. |
| 6735 | 6735 | ||
| 6736 | Here are the remaining odds and ends regarding indentation: | 6736 | Here are the remaining odds and ends regarding indentation: |
| 6737 | 6737 | ||
diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi index c7d499884da..7c7612f579c 100644 --- a/doc/misc/dbus.texi +++ b/doc/misc/dbus.texi | |||
| @@ -1928,7 +1928,7 @@ This executes @var{forms} exactly like a @code{progn}, except that | |||
| 1928 | errors can be made visible when @code{dbus-debug} is set to @code{t}. | 1928 | errors can be made visible when @code{dbus-debug} is set to @code{t}. |
| 1929 | @end defspec | 1929 | @end defspec |
| 1930 | 1930 | ||
| 1931 | Incoming D-Bus messages are handled as Emacs events, see @pxref{Misc | 1931 | Incoming D-Bus messages are handled as Emacs events, @pxref{Misc |
| 1932 | Events, , , elisp}. They are retrieved only, when Emacs runs in | 1932 | Events, , , elisp}. They are retrieved only, when Emacs runs in |
| 1933 | interactive mode. The generated event has this form: | 1933 | interactive mode. The generated event has this form: |
| 1934 | 1934 | ||
| @@ -1952,7 +1952,7 @@ of the D-Bus object emitting the message. @var{interface} and | |||
| 1952 | @var{member} denote the message which has been sent. | 1952 | @var{member} denote the message which has been sent. |
| 1953 | 1953 | ||
| 1954 | @var{handler} is the callback function which has been registered for | 1954 | @var{handler} is the callback function which has been registered for |
| 1955 | this message (see @pxref{Signals}). When a @code{dbus-event} event | 1955 | this message (@pxref{Signals}). When a @code{dbus-event} event |
| 1956 | arrives, @var{handler} is called with @var{args} as arguments. | 1956 | arrives, @var{handler} is called with @var{args} as arguments. |
| 1957 | 1957 | ||
| 1958 | In order to inspect the @code{dbus-event} data, you could extend the | 1958 | In order to inspect the @code{dbus-event} data, you could extend the |
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi index c2630e6be66..b8e1ad459d1 100644 --- a/doc/misc/dired-x.texi +++ b/doc/misc/dired-x.texi | |||
| @@ -968,7 +968,7 @@ should not bind @code{dired-x-find-file-other-window} over | |||
| 968 | @code{find-file-other-window}. If you change this variable after | 968 | @code{find-file-other-window}. If you change this variable after |
| 969 | @file{dired-x.el} is loaded then do @kbd{M-x dired-x-bind-find-file}. The | 969 | @file{dired-x.el} is loaded then do @kbd{M-x dired-x-bind-find-file}. The |
| 970 | default value of this variable is @code{t}; by default, the binding is not | 970 | default value of this variable is @code{t}; by default, the binding is not |
| 971 | done. See @xref{Optional Installation File At Point}. | 971 | done. @xref{Optional Installation File At Point}. |
| 972 | 972 | ||
| 973 | @item dired-x-bind-find-file | 973 | @item dired-x-bind-find-file |
| 974 | @findex dired-x-bind-find-file | 974 | @findex dired-x-bind-find-file |
| @@ -976,7 +976,7 @@ A function, which can be called interactively or in your @file{~/.emacs} file, | |||
| 976 | that uses the value of @code{dired-x-hands-off-my-keys} to determine if | 976 | that uses the value of @code{dired-x-hands-off-my-keys} to determine if |
| 977 | @code{dired-x-find-file} should be bound over @code{find-file} and | 977 | @code{dired-x-find-file} should be bound over @code{find-file} and |
| 978 | @code{dired-x-find-file-other-window} bound over | 978 | @code{dired-x-find-file-other-window} bound over |
| 979 | @code{find-file-other-window}. See @xref{Optional Installation File At Point}. | 979 | @code{find-file-other-window}. @xref{Optional Installation File At Point}. |
| 980 | @end table | 980 | @end table |
| 981 | 981 | ||
| 982 | @node Miscellaneous Commands | 982 | @node Miscellaneous Commands |
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 | |||
| 606 | display. | 606 | display. |
| 607 | @end defvar | 607 | @end defvar |
| 608 | 608 | ||
| 609 | This variable has protocol-local definitions (see @pxref{Server/Protocol | 609 | This variable has protocol-local definitions (@pxref{Server/Protocol |
| 610 | Locals}). For instance, it is defined as follows for LDAP: | 610 | Locals}). For instance, it is defined as follows for LDAP: |
| 611 | 611 | ||
| 612 | @lisp | 612 | @lisp |
| @@ -714,7 +714,7 @@ name and the remaining words are all considered as surname constituents. | |||
| 714 | @var{format}s are in fact not limited to EUDC attribute names, you can | 714 | @var{format}s are in fact not limited to EUDC attribute names, you can |
| 715 | use server or protocol specific names in them. It may be safer if you | 715 | use server or protocol specific names in them. It may be safer if you |
| 716 | do so, to set the variable @code{eudc-inline-query-format} in a protocol | 716 | do so, to set the variable @code{eudc-inline-query-format} in a protocol |
| 717 | or server local fashion (see @pxref{Server/Protocol Locals}). | 717 | or server local fashion (@pxref{Server/Protocol Locals}). |
| 718 | 718 | ||
| 719 | For instance you could use the following to match up to three words | 719 | For instance you could use the following to match up to three words |
| 720 | against the @code{cn} attribute of LDAP servers: | 720 | against the @code{cn} attribute of LDAP servers: |
diff --git a/doc/misc/gnus-faq.texi b/doc/misc/gnus-faq.texi index d4be7b1f0ce..bc0357144dc 100644 --- a/doc/misc/gnus-faq.texi +++ b/doc/misc/gnus-faq.texi | |||
| @@ -707,7 +707,7 @@ retrieves via POP3? | |||
| 707 | 707 | ||
| 708 | Yes, if the POP3 server supports the UIDL control (maybe almost servers | 708 | Yes, if the POP3 server supports the UIDL control (maybe almost servers |
| 709 | do it nowadays). To do that, add a @code{:leave VALUE} pair to each | 709 | do it nowadays). To do that, add a @code{:leave VALUE} pair to each |
| 710 | POP3 mail source. See @pxref{Mail Source Specifiers} for VALUE. | 710 | POP3 mail source. @xref{Mail Source Specifiers}, for details on VALUE. |
| 711 | 711 | ||
| 712 | @node FAQ 4 - Reading messages | 712 | @node FAQ 4 - Reading messages |
| 713 | @subsection Reading messages | 713 | @subsection Reading messages |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 4ee80eacb2e..0d4cf970848 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -3096,7 +3096,7 @@ You can also use regexp expansions in the rules: | |||
| 3096 | (sieve header :regex "list-id" "<c++std-\\1.accu.org>") | 3096 | (sieve header :regex "list-id" "<c++std-\\1.accu.org>") |
| 3097 | @end example | 3097 | @end example |
| 3098 | 3098 | ||
| 3099 | See @pxref{Sieve Commands} for commands and variables that might be of | 3099 | @xref{Sieve Commands}, for commands and variables that might be of |
| 3100 | interest in relation to the sieve parameter. | 3100 | interest in relation to the sieve parameter. |
| 3101 | 3101 | ||
| 3102 | The Sieve language is described in RFC 3028. @xref{Top, Emacs Sieve, | 3102 | The Sieve language is described in RFC 3028. @xref{Top, Emacs Sieve, |
| @@ -12837,7 +12837,7 @@ In the case of a string value, if the @code{match} is a regular | |||
| 12837 | expression, or if it takes the form @code{(header @var{match} | 12837 | expression, or if it takes the form @code{(header @var{match} |
| 12838 | @var{regexp})}, a @samp{gnus-match-substitute-replacement} is proceed | 12838 | @var{regexp})}, a @samp{gnus-match-substitute-replacement} is proceed |
| 12839 | on the value to replace the positional parameters @samp{\@var{n}} by | 12839 | on the value to replace the positional parameters @samp{\@var{n}} by |
| 12840 | the corresponding parenthetical matches (see @xref{Replacing Match,, | 12840 | the corresponding parenthetical matches (@pxref{Replacing Match,, |
| 12841 | Replacing the Text that Matched, elisp, The Emacs Lisp Reference | 12841 | Replacing the Text that Matched, elisp, The Emacs Lisp Reference |
| 12842 | Manual}.) | 12842 | Manual}.) |
| 12843 | 12843 | ||
| @@ -24197,7 +24197,7 @@ You must read this section to understand how the Spam package works. | |||
| 24197 | Do not skip, speed-read, or glance through this section. | 24197 | Do not skip, speed-read, or glance through this section. |
| 24198 | 24198 | ||
| 24199 | Make sure you read the section on the @code{spam.el} sequence of | 24199 | Make sure you read the section on the @code{spam.el} sequence of |
| 24200 | events. See @xref{Extending the Spam package}. | 24200 | events. @xref{Extending the Spam package}. |
| 24201 | 24201 | ||
| 24202 | @cindex spam-initialize | 24202 | @cindex spam-initialize |
| 24203 | @vindex spam-use-stat | 24203 | @vindex spam-use-stat |
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index 2be2707d95e..b3c0d52db1b 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -10292,7 +10292,7 @@ Org mode can contain @LaTeX{} math fragments, and it supports ways to process | |||
| 10292 | these for several export back-ends. When exporting to @LaTeX{}, the code is | 10292 | these for several export back-ends. When exporting to @LaTeX{}, the code is |
| 10293 | left as it is. When exporting to HTML, Org can use either | 10293 | left as it is. When exporting to HTML, Org can use either |
| 10294 | @uref{http://www.mathjax.org, MathJax} (@pxref{Math formatting in HTML | 10294 | @uref{http://www.mathjax.org, MathJax} (@pxref{Math formatting in HTML |
| 10295 | export}) or transcode the math into images (see @pxref{Previewing @LaTeX{} | 10295 | export}) or transcode the math into images (@pxref{Previewing @LaTeX{} |
| 10296 | fragments}). | 10296 | fragments}). |
| 10297 | 10297 | ||
| 10298 | @LaTeX{} fragments don't need any special marking at all. The following | 10298 | @LaTeX{} fragments don't need any special marking at all. The following |
| @@ -10358,7 +10358,7 @@ or @file{convert} installed@footnote{These are respectively available at | |||
| 10358 | and from the @file{imagemagick} suite. Choose the converter by setting the | 10358 | and from the @file{imagemagick} suite. Choose the converter by setting the |
| 10359 | variable @code{org-preview-latex-default-process} accordingly.}, @LaTeX{} | 10359 | variable @code{org-preview-latex-default-process} accordingly.}, @LaTeX{} |
| 10360 | fragments can be processed to produce images of the typeset expressions to be | 10360 | fragments can be processed to produce images of the typeset expressions to be |
| 10361 | used for inclusion while exporting to HTML (see @pxref{@LaTeX{} fragments}), | 10361 | used for inclusion while exporting to HTML (@pxref{@LaTeX{} fragments}), |
| 10362 | or for inline previewing within Org mode. | 10362 | or for inline previewing within Org mode. |
| 10363 | 10363 | ||
| 10364 | @vindex org-format-latex-options | 10364 | @vindex org-format-latex-options |
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 |