aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/dbus.texi
diff options
context:
space:
mode:
authorMauro Aranda2019-05-18 17:35:04 -0300
committerNoam Postavsky2019-05-25 13:02:05 -0400
commit7681a57b88a91bf9eedc890b974df9728d5eb50d (patch)
tree4480a770258914e1358980c8c3f23b91bfa49143 /doc/misc/dbus.texi
parent9bee76227c04a5bedbda77c7ada2e5b2aa95e2c9 (diff)
downloademacs-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/dbus.texi')
-rw-r--r--doc/misc/dbus.texi4
1 files changed, 2 insertions, 2 deletions
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
1928errors can be made visible when @code{dbus-debug} is set to @code{t}. 1928errors can be made visible when @code{dbus-debug} is set to @code{t}.
1929@end defspec 1929@end defspec
1930 1930
1931Incoming D-Bus messages are handled as Emacs events, see @pxref{Misc 1931Incoming D-Bus messages are handled as Emacs events, @pxref{Misc
1932Events, , , elisp}. They are retrieved only, when Emacs runs in 1932Events, , , elisp}. They are retrieved only, when Emacs runs in
1933interactive mode. The generated event has this form: 1933interactive 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
1955this message (see @pxref{Signals}). When a @code{dbus-event} event 1955this message (@pxref{Signals}). When a @code{dbus-event} event
1956arrives, @var{handler} is called with @var{args} as arguments. 1956arrives, @var{handler} is called with @var{args} as arguments.
1957 1957
1958In order to inspect the @code{dbus-event} data, you could extend the 1958In order to inspect the @code{dbus-event} data, you could extend the