diff options
| author | Paul Eggert | 2015-09-16 16:06:29 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-09-16 16:07:15 -0700 |
| commit | e56096dbb9560b558f74d2b21e21659e221b914c (patch) | |
| tree | 90c280db9f383031d44b95cf972357019926c9a1 /doc | |
| parent | dc436dd77f70dbc2e294a1fd2d69a332f1413fa5 (diff) | |
| download | emacs-e56096dbb9560b558f74d2b21e21659e221b914c.tar.gz emacs-e56096dbb9560b558f74d2b21e21659e221b914c.zip | |
Minor quoting fixes in scripts and doc
Prefer straight quotes in random script files, as they are not converted.
Prefer grave quotes in a couple of places in the manual that were missed
earlier, as these quotes are converted.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/emacs.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/search.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index a913579a1c4..27bb77d5cac 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi | |||
| @@ -390,7 +390,7 @@ Searching and Replacement | |||
| 390 | * Symbol Search:: Search for a source code symbol. | 390 | * Symbol Search:: Search for a source code symbol. |
| 391 | * Regexp Search:: Search for match for a regexp. | 391 | * Regexp Search:: Search for match for a regexp. |
| 392 | * Regexps:: Syntax of regular expressions. | 392 | * Regexps:: Syntax of regular expressions. |
| 393 | * Regexp Backslash:: Regular expression constructs starting with '\'. | 393 | * Regexp Backslash:: Regular expression constructs starting with `\'. |
| 394 | * Regexp Example:: A complex regular expression explained. | 394 | * Regexp Example:: A complex regular expression explained. |
| 395 | * Search Case:: To ignore case while searching, or not. | 395 | * Search Case:: To ignore case while searching, or not. |
| 396 | * Replace:: Search, and replace some or all matches. | 396 | * Replace:: Search, and replace some or all matches. |
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index 9b91421a7e6..ae275d1ca67 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi | |||
| @@ -24,7 +24,7 @@ thing, but search for patterns instead of fixed strings. | |||
| 24 | * Symbol Search:: Search for a source code symbol. | 24 | * Symbol Search:: Search for a source code symbol. |
| 25 | * Regexp Search:: Search for match for a regexp. | 25 | * Regexp Search:: Search for match for a regexp. |
| 26 | * Regexps:: Syntax of regular expressions. | 26 | * Regexps:: Syntax of regular expressions. |
| 27 | * Regexp Backslash:: Regular expression constructs starting with '\'. | 27 | * Regexp Backslash:: Regular expression constructs starting with `\'. |
| 28 | * Regexp Example:: A complex regular expression explained. | 28 | * Regexp Example:: A complex regular expression explained. |
| 29 | * Search Case:: To ignore case while searching, or not. | 29 | * Search Case:: To ignore case while searching, or not. |
| 30 | * Replace:: Search, and replace some or all matches. | 30 | * Replace:: Search, and replace some or all matches. |