diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-09-27 18:48:06 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-09-27 18:48:06 +0300 |
commit | d309994aff03200ed8ef9fadd98f69d6d3166701 (patch) | |
tree | 151b703fd42848daf4257a689f665b720e8e955e /doc/misc/url.texi | |
parent | 25cdd65c4eeb34e7781c1d2bf38a245518e92185 (diff) | |
download | emacs-d309994aff03200ed8ef9fadd98f69d6d3166701.tar.gz emacs-d309994aff03200ed8ef9fadd98f69d6d3166701.tar.bz2 emacs-d309994aff03200ed8ef9fadd98f69d6d3166701.zip |
Fix typos in documentation
* doc/misc/vhdl-mode.texi (Custom Indentation Functions):
* doc/misc/url.texi (Customization):
* doc/misc/tramp.texi (Overview):
* doc/misc/srecode.texi (Developing Template Functions):
* doc/misc/sieve.texi (Sieve Mode):
* doc/misc/reftex.texi (Options - Creating Citations):
* doc/misc/org.texi (Cooperation, Conflicts):
* doc/misc/gnus.texi (Misc Group Stuff):
* doc/misc/eshell.texi (Bugs and ideas):
* doc/misc/calc.texi (Summary):
* doc/man/emacsclient.1:
* doc/lispref/os.texi (Security Considerations):
* doc/lispref/control.texi (pcase Macro):
* CONTRIBUTE: Fix typos. Reported by Mak Kolybabi
<mak@kolybabi.com> (Bug#32853)
Diffstat (limited to 'doc/misc/url.texi')
-rw-r--r-- | doc/misc/url.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/url.texi b/doc/misc/url.texi index 1acf5f2319e..04bbc48dd2a 100644 --- a/doc/misc/url.texi +++ b/doc/misc/url.texi @@ -1335,7 +1335,7 @@ The User Agent string used for sending @acronym{HTTP}/@acronym{HTTPS} requests. The value should be @code{nil}, which means that no @samp{User-Agent} header is generated, @code{default}, which means that a string is generated based on the setting of -@code{url-privacy-leve}, a string or a function of no arguments that +@code{url-privacy-level}, a string or a function of no arguments that returns a string. The default is @code{default}, which means that the |