aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGlenn Morris2019-06-01 12:04:41 -0700
committerGlenn Morris2019-06-01 12:04:41 -0700
commit17a1dae4af751c82e78991350559481e9fa42959 (patch)
tree9d913268de49269e6116a8d368910dd6883ddb03 /doc/misc
parent1860b6d57bb51cff082d4cf596bdd054f493c4cd (diff)
parent2168165ec05aa663d41998adb518e778899a8edd (diff)
downloademacs-17a1dae4af751c82e78991350559481e9fa42959.tar.gz
emacs-17a1dae4af751c82e78991350559481e9fa42959.zip
Merge from origin/emacs-26
2168165 ; * doc/lispref/nonascii.texi (Explicit Encoding): Fix typo. 8f18d12 Improve documentation of decoding into a unibyte buffer 7681a57 Remove redundants "See" before @xref or @pxref (Bug#35793) 9bee762 ; * src/coding.c: Improve commentary. (Bug#34765) e61349c Fix customization type of recentf-max-saved-items # Conflicts: # src/coding.c
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/cc-mode.texi6
-rw-r--r--doc/misc/dbus.texi4
-rw-r--r--doc/misc/dired-x.texi4
-rw-r--r--doc/misc/eudc.texi4
-rw-r--r--doc/misc/gnus-faq.texi2
-rw-r--r--doc/misc/gnus.texi6
-rw-r--r--doc/misc/org.texi4
-rw-r--r--doc/misc/reftex.texi2
8 files changed, 16 insertions, 16 deletions
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi
index 6db2c96f2dc..df6709e38c2 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.
1060and so on. 1060and so on.
1061 1061
1062You can configure the exact way comments get filled and broken, and 1062You can configure the exact way comments get filled and broken, and
1063where Emacs does auto-filling (see @pxref{Custom Filling and 1063where Emacs does auto-filling (@pxref{Custom Filling and
1064Breaking}). Typically, the style system (@pxref{Styles}) will have 1064Breaking}). Typically, the style system (@pxref{Styles}) will have
1065set this up for you, so you probably won't have to bother. 1065set 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
1480You can configure the precise circumstances in which newlines get 1480You can configure the precise circumstances in which newlines get
1481inserted (see @pxref{Custom Auto-newlines}). Typically, the style 1481inserted (@pxref{Custom Auto-newlines}). Typically, the style
1482system (@pxref{Styles}) will have set this up for you, so you probably 1482system (@pxref{Styles}) will have set this up for you, so you probably
1483won't have to bother. 1483won't have to bother.
1484 1484
@@ -6853,7 +6853,7 @@ custom line-up function associated with it.
6853@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 6853@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6854 6854
6855To configure macros which you invoke without a terminating @samp{;}, 6855To configure macros which you invoke without a terminating @samp{;},
6856see @xref{Macros with ;}. 6856@pxref{Macros with ;}.
6857 6857
6858Here are the remaining odds and ends regarding indentation: 6858Here are the remaining odds and ends regarding indentation:
6859 6859
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
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi
index b6a9d23f7dc..1e3414563f3 100644
--- a/doc/misc/dired-x.texi
+++ b/doc/misc/dired-x.texi
@@ -896,7 +896,7 @@ should not bind @code{dired-x-find-file-other-window} over
896@code{find-file-other-window}. If you change this variable after 896@code{find-file-other-window}. If you change this variable after
897@file{dired-x.el} is loaded then do @kbd{M-x dired-x-bind-find-file}. The 897@file{dired-x.el} is loaded then do @kbd{M-x dired-x-bind-find-file}. The
898default value of this variable is @code{t}; by default, the binding is not 898default value of this variable is @code{t}; by default, the binding is not
899done. See @xref{Optional Installation File At Point}. 899done. @xref{Optional Installation File At Point}.
900 900
901@item dired-x-bind-find-file 901@item dired-x-bind-find-file
902@findex dired-x-bind-find-file 902@findex dired-x-bind-find-file
@@ -904,7 +904,7 @@ A function, which can be called interactively or in your @file{~/.emacs} file,
904that uses the value of @code{dired-x-hands-off-my-keys} to determine if 904that uses the value of @code{dired-x-hands-off-my-keys} to determine if
905@code{dired-x-find-file} should be bound over @code{find-file} and 905@code{dired-x-find-file} should be bound over @code{find-file} and
906@code{dired-x-find-file-other-window} bound over 906@code{dired-x-find-file-other-window} bound over
907@code{find-file-other-window}. See @xref{Optional Installation File At Point}. 907@code{find-file-other-window}. @xref{Optional Installation File At Point}.
908@end table 908@end table
909 909
910@node Miscellaneous Commands 910@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
606display. 606display.
607@end defvar 607@end defvar
608 608
609This variable has protocol-local definitions (see @pxref{Server/Protocol 609This variable has protocol-local definitions (@pxref{Server/Protocol
610Locals}). For instance, it is defined as follows for LDAP: 610Locals}). 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
715use server or protocol specific names in them. It may be safer if you 715use server or protocol specific names in them. It may be safer if you
716do so, to set the variable @code{eudc-inline-query-format} in a protocol 716do so, to set the variable @code{eudc-inline-query-format} in a protocol
717or server local fashion (see @pxref{Server/Protocol Locals}). 717or server local fashion (@pxref{Server/Protocol Locals}).
718 718
719For instance you could use the following to match up to three words 719For instance you could use the following to match up to three words
720against the @code{cn} attribute of LDAP servers: 720against the @code{cn} attribute of LDAP servers:
diff --git a/doc/misc/gnus-faq.texi b/doc/misc/gnus-faq.texi
index 075f5218414..840cc082054 100644
--- a/doc/misc/gnus-faq.texi
+++ b/doc/misc/gnus-faq.texi
@@ -707,7 +707,7 @@ retrieves via POP3?
707 707
708Yes, if the POP3 server supports the UIDL control (maybe almost servers 708Yes, if the POP3 server supports the UIDL control (maybe almost servers
709do it nowadays). To do that, add a @code{:leave VALUE} pair to each 709do it nowadays). To do that, add a @code{:leave VALUE} pair to each
710POP3 mail source. See @pxref{Mail Source Specifiers} for VALUE. 710POP3 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 540061ef6d8..17b1521f488 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -3094,7 +3094,7 @@ You can also use regexp expansions in the rules:
3094(sieve header :regex "list-id" "<c++std-\\1.accu.org>") 3094(sieve header :regex "list-id" "<c++std-\\1.accu.org>")
3095@end example 3095@end example
3096 3096
3097See @pxref{Sieve Commands} for commands and variables that might be of 3097@xref{Sieve Commands}, for commands and variables that might be of
3098interest in relation to the sieve parameter. 3098interest in relation to the sieve parameter.
3099 3099
3100The Sieve language is described in RFC 3028. @xref{Top, Emacs Sieve, 3100The Sieve language is described in RFC 3028. @xref{Top, Emacs Sieve,
@@ -12856,7 +12856,7 @@ In the case of a string value, if the @code{match} is a regular
12856expression, or if it takes the form @code{(header @var{match} 12856expression, or if it takes the form @code{(header @var{match}
12857@var{regexp})}, a @samp{gnus-match-substitute-replacement} is proceed 12857@var{regexp})}, a @samp{gnus-match-substitute-replacement} is proceed
12858on the value to replace the positional parameters @samp{\@var{n}} by 12858on the value to replace the positional parameters @samp{\@var{n}} by
12859the corresponding parenthetical matches (see @xref{Replacing Match,, 12859the corresponding parenthetical matches (@pxref{Replacing Match,,
12860Replacing the Text that Matched, elisp, The Emacs Lisp Reference 12860Replacing the Text that Matched, elisp, The Emacs Lisp Reference
12861Manual}.) 12861Manual}.)
12862 12862
@@ -24242,7 +24242,7 @@ You must read this section to understand how the Spam package works.
24242Do not skip, speed-read, or glance through this section. 24242Do not skip, speed-read, or glance through this section.
24243 24243
24244Make sure you read the section on the @code{spam.el} sequence of 24244Make sure you read the section on the @code{spam.el} sequence of
24245events. See @xref{Extending the Spam package}. 24245events. @xref{Extending the Spam package}.
24246 24246
24247@cindex spam-initialize 24247@cindex spam-initialize
24248@vindex spam-use-stat 24248@vindex spam-use-stat
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index c51b4c35a49..de3b7bbed49 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -10290,7 +10290,7 @@ Org mode can contain @LaTeX{} math fragments, and it supports ways to process
10290these for several export back-ends. When exporting to @LaTeX{}, the code is 10290these for several export back-ends. When exporting to @LaTeX{}, the code is
10291left as it is. When exporting to HTML, Org can use either 10291left as it is. When exporting to HTML, Org can use either
10292@uref{http://www.mathjax.org, MathJax} (@pxref{Math formatting in HTML 10292@uref{http://www.mathjax.org, MathJax} (@pxref{Math formatting in HTML
10293export}) or transcode the math into images (see @pxref{Previewing @LaTeX{} 10293export}) or transcode the math into images (@pxref{Previewing @LaTeX{}
10294fragments}). 10294fragments}).
10295 10295
10296@LaTeX{} fragments don't need any special marking at all. The following 10296@LaTeX{} fragments don't need any special marking at all. The following
@@ -10356,7 +10356,7 @@ or @file{convert} installed@footnote{These are respectively available at
10356and from the @file{imagemagick} suite. Choose the converter by setting the 10356and from the @file{imagemagick} suite. Choose the converter by setting the
10357variable @code{org-preview-latex-default-process} accordingly.}, @LaTeX{} 10357variable @code{org-preview-latex-default-process} accordingly.}, @LaTeX{}
10358fragments can be processed to produce images of the typeset expressions to be 10358fragments can be processed to produce images of the typeset expressions to be
10359used for inclusion while exporting to HTML (see @pxref{@LaTeX{} fragments}), 10359used for inclusion while exporting to HTML (@pxref{@LaTeX{} fragments}),
10360or for inline previewing within Org mode. 10360or for inline previewing within Org mode.
10361 10361
10362@vindex org-format-latex-options 10362@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).
3697Here is a summary of @RefTeX{}'s commands which can be executed from 3697Here 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
3699not described here. All commands are available from the @code{Ref} 3699not described here. All commands are available from the @code{Ref}
3700menu. See @xref{Key Bindings}. 3700menu. @xref{Key Bindings}.
3701 3701
3702@deffn Command reftex-toc 3702@deffn Command reftex-toc
3703Show the table of contents for the current document. When called with 3703Show the table of contents for the current document. When called with