Fix several backslash typos in Elisp strings
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 Sep 2015 23:03:27 +0000 (23:03 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 17 Sep 2015 23:03:27 +0000 (23:03 +0000)
commit862d3660b6867c2a6d165b5bd09c360113912365
tree3831b20231ae22426c145afe5000ddd280e80a21
parent57925020d5065da0cb31e2db11105f4119d37358
Fix several backslash typos in Elisp strings

* gnus-art.el (gnus-button-handle-library):
* gnus-group.el (gnus-read-ephemeral-gmane-group-url):
* nntp.el (nntp-via-shell-prompt, nntp-telnet-shell-prompt):
* spam-report.el (spam-report-gmane-regex):
Fix typo by replacing ‘\’ with ‘\\’ in a string literal.
For example, to get the regular expression ‘\.’ use the string
literal "\\.", not "\." (which is equivalent to ".").

Doc fixes
* auth-source.el (auth-source-read-char-choice):
* nnmaildir.el (NOV example):
* registry.el (registry-search):
lisp/ChangeLog
lisp/auth-source.el
lisp/gnus-art.el
lisp/gnus-group.el
lisp/nnmaildir.el
lisp/nntp.el
lisp/registry.el
lisp/spam-report.el