diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-05 10:03:17 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-05 10:03:17 +0000 |
commit | 5bd22ef8faca6c75d525ca858303ea7389257cb1 (patch) | |
tree | e8552da69ae0f28b512fd096b0759f7a7b72c03c /src/lread.c | |
parent | ed4c7adf5b51fa14a04dbe148f0536e2f9fb64c5 (diff) | |
download | emacs-5bd22ef8faca6c75d525ca858303ea7389257cb1.tar.gz |
Comment fixes.
Diffstat (limited to 'src/lread.c')
-rw-r--r-- | src/lread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lread.c b/src/lread.c index 8315b7ac711..a4660ab634c 100644 --- a/src/lread.c +++ b/src/lread.c @@ -264,7 +264,7 @@ read_filtered_event (no_switch_frame, ascii_required, error_nonascii) goto retry; /* switch-frame events are put off until after the next ASCII - character. This is better than signalling an error just because + character. This is better than signaling an error just because the last characters were typed to a separate minibuffer frame, for example. Eventually, some code which can deal with switch-frame events will read it and process it. */ @@ -2297,7 +2297,7 @@ init_lread () #ifndef WINDOWSNT /* When Emacs is invoked over network shares on NT, PATH_LOADSEARCH is almost never correct, thereby causing a warning to be printed out that - confuses users. Since PATH_LOADSEARCH is always overriden by the + confuses users. Since PATH_LOADSEARCH is always overridden by the EMACSLOADPATH environment variable below, disable the warning on NT. */ /* Warn if dirs in the *standard* path don't exist. */ |