diff options
author | Glenn Morris <rgm@gnu.org> | 2014-03-12 16:52:34 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-03-12 16:52:34 -0400 |
commit | d29fbf47e4b1ea635f96bada13645675a0c0506b (patch) | |
tree | df2f7f135512e10a96252f8da61065adea3a4aa2 /doc/misc/emacs-gnutls.texi | |
parent | 991f63c0f49388023045b7ce471a085fd320ca4e (diff) | |
download | emacs-d29fbf47e4b1ea635f96bada13645675a0c0506b.tar.gz emacs-d29fbf47e4b1ea635f96bada13645675a0c0506b.tar.bz2 emacs-d29fbf47e4b1ea635f96bada13645675a0c0506b.zip |
Use @file for buffers, per the Texinfo manual
* doc/misc/ada-mode.texi, doc/misc/auth.texi, doc/misc/calc.texi:
* doc/misc/ebrowse.texi, doc/misc/efaq.texi, doc/misc/emacs-gnutls.texi:
* doc/misc/epa.texi, doc/misc/ert.texi, doc/misc/eshell.texi:
* doc/misc/eww.texi, doc/misc/flymake.texi, doc/misc/gnus.texi:
* doc/misc/info.texi, doc/misc/message.texi, doc/misc/mh-e.texi:
* doc/misc/newsticker.texi, doc/misc/pcl-cvs.texi, doc/misc/rcirc.texi:
* doc/misc/sem-user.texi, doc/misc/smtpmail.texi, doc/misc/url.texi:
* doc/misc/viper.texi, doc/misc/wisent.texi, doc/misc/woman.texi:
Use @file for buffers, per the Texinfo manual.
Diffstat (limited to 'doc/misc/emacs-gnutls.texi')
-rw-r--r-- | doc/misc/emacs-gnutls.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/emacs-gnutls.texi b/doc/misc/emacs-gnutls.texi index 9d250e06888..d6a95a46296 100644 --- a/doc/misc/emacs-gnutls.texi +++ b/doc/misc/emacs-gnutls.texi @@ -104,7 +104,7 @@ properly. Well, there's something to be done in the last case. @defvar gnutls-log-level The @code{gnutls-log-level} variable sets the log level. 1 is verbose. 2 is very verbose. 5 is crazy. Crazy! Set it to 1 or 2 -and look in the @code{*Messages*} buffer for the debugging +and look in the @file{*Messages*} buffer for the debugging information. @end defvar @@ -148,7 +148,7 @@ instead. Because of the low-level interactions with the GnuTLS library, there is no way currently to ask if a certificate can be accepted. You have -to look in the @code{*Messages*} buffer. +to look in the @file{*Messages*} buffer. @end defvar @defvar gnutls-min-prime-bits |