diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-08-30 22:47:58 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-08-30 23:12:30 -0700 |
commit | b533552292e37a99862627651e11860c6ef5411c (patch) | |
tree | 2ca59b64a14042aa8c993fe3242c7622436a7b08 /doc/misc/rcirc.texi | |
parent | 4c24b9e30fd47b537ad08dcf298b5b1a39f20e50 (diff) | |
download | emacs-b533552292e37a99862627651e11860c6ef5411c.tar.gz emacs-b533552292e37a99862627651e11860c6ef5411c.tar.bz2 emacs-b533552292e37a99862627651e11860c6ef5411c.zip |
Documentation fixes re quotes
Prefer curved quotes in examples if users will typically see
curved quotes when the examples run.
Mention format-message when appropriate.
Don’t use @code in examples.
Quote an apostrophe with @kbd.
Diffstat (limited to 'doc/misc/rcirc.texi')
-rw-r--r-- | doc/misc/rcirc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/rcirc.texi b/doc/misc/rcirc.texi index a707ba5f03e..a0d74b41be3 100644 --- a/doc/misc/rcirc.texi +++ b/doc/misc/rcirc.texi @@ -909,7 +909,7 @@ The real answer, therefore, is a @code{/reconnect} command: "Reconnect the server process." (interactive "i") (unless process - (error "There's no process for this target")) + (error "There’s no process for this target")) (let* ((server (car (process-contact process))) (port (process-contact process :service)) (nick (rcirc-nick process)) |