diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-01 15:13:59 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-01 15:13:59 -0800 |
commit | b483c5703d31a7931c701817fc6dcb61259abb82 (patch) | |
tree | ae569c1d33a67420f7e2109a393db42634976293 /doc/emacs/maintaining.texi | |
parent | b00cdd96e9b3fa641553c01ecbe03b6c3617b7df (diff) |
Prefer ASCII in doc and comments when the difference does not matter.
Diffstat (limited to 'doc/emacs/maintaining.texi')
-rw-r--r-- | doc/emacs/maintaining.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 1e2b009e0d..e066c491ac 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -1046,7 +1046,7 @@ Ignore a file under current version control system. (@code{vc-ignore}). @findex vc-ignore Many source trees contain some files that do not need to be versioned, such as editor backups, object or bytecode files, and built -programs. You can simply not add them, but then they’ll always crop +programs. You can simply not add them, but then they'll always crop up as unknown files. You can also tell the version control system to ignore these files by adding them to the ignore file at the top of the tree. @kbd{C-x v G} (@code{vc-ignore}) can help you do this. When |