emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ielm.el,v


From: Bastien Guerry
Subject: [Emacs-diffs] Changes to emacs/lisp/ielm.el,v
Date: Sat, 16 Feb 2008 16:17:38 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Bastien Guerry <bastien1>       08/02/16 16:17:37

Index: ielm.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/ielm.el,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -b -r1.59 -r1.60
--- ielm.el     15 Feb 2008 16:32:39 -0000      1.59
+++ ielm.el     16 Feb 2008 16:17:37 -0000      1.60
@@ -301,7 +301,7 @@
 ;;; Utility functions
 
 (defun ielm-is-whitespace-or-comment (string)
-  "Return non-nil if STRING is all whitespace."
+  "Return non-nil if STRING is all whitespace or a comment."
   (or (string= string "") 
       (string-match "\\`[ \t\n]*\\(?:;.*\\)*\\'" string)))
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]