diff options
| author | Paul Eggert | 2014-01-01 15:13:59 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-01-01 15:13:59 -0800 |
| commit | b483c5703d31a7931c701817fc6dcb61259abb82 (patch) | |
| tree | ae569c1d33a67420f7e2109a393db42634976293 /src | |
| parent | b00cdd96e9b3fa641553c01ecbe03b6c3617b7df (diff) | |
| download | emacs-b483c5703d31a7931c701817fc6dcb61259abb82.tar.gz emacs-b483c5703d31a7931c701817fc6dcb61259abb82.zip | |
Prefer ASCII in doc and comments when the difference does not matter.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index 8eea0a97595..d8d826e8e1d 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -2053,7 +2053,7 @@ STREAM or the value of `standard-input' may be: | |||
| 2053 | if (EQ (stream, Qt)) | 2053 | if (EQ (stream, Qt)) |
| 2054 | stream = Qread_char; | 2054 | stream = Qread_char; |
| 2055 | if (EQ (stream, Qread_char)) | 2055 | if (EQ (stream, Qread_char)) |
| 2056 | /* FIXME: ¿¡ When is this used !? */ | 2056 | /* FIXME: ?! When is this used !? */ |
| 2057 | return call1 (intern ("read-minibuffer"), | 2057 | return call1 (intern ("read-minibuffer"), |
| 2058 | build_string ("Lisp expression: ")); | 2058 | build_string ("Lisp expression: ")); |
| 2059 | 2059 | ||