diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2005-04-14 04:48:08 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2005-04-14 04:48:08 +0000 |
commit | b08cb5a6c9de8d57da6ebe48c4ca372ed926ad54 (patch) | |
tree | 011c050945cbcdecd8b44529f06307a4b61bae4a | |
parent | 0614c575850d7b93ff2064a08e54005e21677289 (diff) | |
download | emacs-b08cb5a6c9de8d57da6ebe48c4ca372ed926ad54.tar.gz |
Chaneg "is" to "are"
-rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 2a91f9d3901..04b81e7ced8 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -719,7 +719,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." (frame-initialize)) ;; Turn off blinking cursor if so specified in X resources. This is here - ;; only because all other settings of no-blinking-cursor is here. + ;; only because all other settings of no-blinking-cursor are here. (unless (or noninteractive emacs-basic-display (and (memq window-system '(x w32 mac)) |