diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-12-22 08:25:40 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-12-22 08:25:40 -0800 |
commit | f99f164170af8b7ee84bb229da6ec17b1df7c7bd (patch) | |
tree | 46c1c5edd4fab11f4cafc4d9200d1a125b941060 /doc/misc/ada-mode.texi | |
parent | f109a67ecb16c7698539b4fd92c113257e282d53 (diff) | |
download | emacs-f99f164170af8b7ee84bb229da6ec17b1df7c7bd.tar.gz |
Hyphen and dash fixes in texinfo files.
Diffstat (limited to 'doc/misc/ada-mode.texi')
-rw-r--r-- | doc/misc/ada-mode.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/ada-mode.texi b/doc/misc/ada-mode.texi index 8bd05382b44..f4c29bb6e16 100644 --- a/doc/misc/ada-mode.texi +++ b/doc/misc/ada-mode.texi @@ -3,7 +3,7 @@ @settitle Ada Mode @copying -Copyright @copyright{} 1999-2012 Free Software Foundation, Inc. +Copyright @copyright{} 1999--2012 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -1506,7 +1506,7 @@ Start a comment in default column. @item M-j Continue comment on next line. @item C-c ; -Comment the selected region (add -- at the beginning of lines). +Comment the selected region (add @samp{--} at the beginning of lines). @item C-c : Uncomment the selected region @item M-q |