diff options
| author | Glenn Morris | 2018-01-31 07:50:23 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-01-31 07:50:23 -0800 |
| commit | 4dbc1ef5e6cf55426d023be563ff93d74b675218 (patch) | |
| tree | 1fabaf73b948f9b1d8d28d63e83571b74ad88ce0 /doc/misc | |
| parent | 84d066a73fc4191a675c87c81ec1a4f531375e95 (diff) | |
| parent | 22922c7c67efdcb42ba4bf35b0ea507cca08f559 (diff) | |
| download | emacs-4dbc1ef5e6cf55426d023be563ff93d74b675218.tar.gz emacs-4dbc1ef5e6cf55426d023be563ff93d74b675218.zip | |
Merge from origin/emacs-26
22922c7 (origin/emacs-26) * doc/emacs/entering.texi (Entering Emacs):...
59657c4 Document 'window-at-side-p' in the Elisp manual
2b35ed0 Document external-debugging-output in the Elisp Manual (Bug#2...
db6564c Fix scroll-margin docstring (Bug#13791)
732d1b9 Clarify that `ansi-term' is almost the same as `term' (Bug#18...
f706c59 Update manual description of locate-file (Bug#23650)
1602262 Clarify effect of print-gensym (Bug#27776)
53e9fa2 * lisp/custom.el (defcustom): Fix docstring (Bug#27891).
607cc4e Define cl-type-definition button type as needed (Bug#28899)
9e6889c Emphasize that GPG passphrase caching is temporary (Bug#29907)
4b5711b Fix @examples in cc-mode.info, where lines were getting glued...
71961f1 Minor change in "Mode Line" section of Emacs manual
55a2b76 More fixes in the Emacs manual
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/cc-mode.texi | 6 | ||||
| -rw-r--r-- | doc/misc/epa.texi | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index 292342cb4a3..0132ab1775c 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi | |||
| @@ -5634,15 +5634,15 @@ Works with: | |||
| 5634 | @end ifinfo | 5634 | @end ifinfo |
| 5635 | 5635 | ||
| 5636 | @macro sssTBasicOffset | 5636 | @macro sssTBasicOffset |
| 5637 | <--> @i{c-basic-offset}@c | 5637 | <--> @i{c-basic-offset} |
| 5638 | @end macro | 5638 | @end macro |
| 5639 | 5639 | ||
| 5640 | @macro sssTsssTBasicOffset | 5640 | @macro sssTsssTBasicOffset |
| 5641 | <--><--> @i{c-basic-offset}@c | 5641 | <--><--> @i{c-basic-offset} |
| 5642 | @end macro | 5642 | @end macro |
| 5643 | 5643 | ||
| 5644 | @macro hereFn{func} | 5644 | @macro hereFn{func} |
| 5645 | <- @i{\func\}@c | 5645 | <- @i{\func\} |
| 5646 | @end macro | 5646 | @end macro |
| 5647 | 5647 | ||
| 5648 | @c The TeX backend seems to insert extra spaces around the argument. :P | 5648 | @c The TeX backend seems to insert extra spaces around the argument. :P |
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi index 80ea43e8032..8c21a262a1e 100644 --- a/doc/misc/epa.texi +++ b/doc/misc/epa.texi | |||
| @@ -455,7 +455,7 @@ GnuPG 2.1 uses a fixed address for the Unix domain socket used to | |||
| 455 | communicate with gpg-agent. The @code{GPG_AGENT_INFO} environment | 455 | communicate with gpg-agent. The @code{GPG_AGENT_INFO} environment |
| 456 | variable, which is used by GnuPG 2.0 and 1.4, is ignored. That means, | 456 | variable, which is used by GnuPG 2.0 and 1.4, is ignored. That means, |
| 457 | if your system has both GnuPG 2.1 and 1.4, the gpg command from GnuPG | 457 | if your system has both GnuPG 2.1 and 1.4, the gpg command from GnuPG |
| 458 | 1.4 is not able to use gpg-agent provided by 2.1 (at least out of box).q | 458 | 1.4 is not able to use gpg-agent provided by 2.1 (at least out of box). |
| 459 | 459 | ||
| 460 | @item | 460 | @item |
| 461 | GnuPG 2.1 (2.1.5 or later) has a mechanism to direct the Pinentry | 461 | GnuPG 2.1 (2.1.5 or later) has a mechanism to direct the Pinentry |
| @@ -474,7 +474,9 @@ graphical prompt. | |||
| 474 | 474 | ||
| 475 | Typing passphrases is a troublesome task if you frequently open and | 475 | Typing passphrases is a troublesome task if you frequently open and |
| 476 | close the same file. GnuPG and EasyPG Assistant provide mechanisms to | 476 | close the same file. GnuPG and EasyPG Assistant provide mechanisms to |
| 477 | remember your passphrases. However, the configuration is a bit | 477 | remember your passphrases for a limited time. Using these, you only |
| 478 | need to re-enter the passphrase occasionally. | ||
| 479 | However, the configuration is a bit | ||
| 478 | confusing since it depends on your GnuPG installation@xref{GnuPG | 480 | confusing since it depends on your GnuPG installation@xref{GnuPG |
| 479 | version compatibility}, encryption method (symmetric or public key), | 481 | version compatibility}, encryption method (symmetric or public key), |
| 480 | and whether or not you want to use gpg-agent. Here are some | 482 | and whether or not you want to use gpg-agent. Here are some |