Index: emacs/lisp/emacs-lisp/lisp.el
diff -c emacs/lisp/emacs-lisp/lisp.el:1.65 emacs/lisp/emacs-lisp/lisp.el:1.66
*** emacs/lisp/emacs-lisp/lisp.el:1.65  Wed May 18 08:28:52 2005
--- emacs/lisp/emacs-lisp/lisp.el       Tue Jun 21 13:44:23 2005
***************
*** 489,495 ****
  expressions (\"sexps\") in general.  This is done according to the
  current syntax table and will find unbalanced brackets or quotes as
  appropriate.  (See Info node `(emacs)Parentheses'.)  If imbalance is
! found, an error is signalled and point is left at the first unbalanced
  character."
    (interactive)
    (condition-case data
--- 489,495 ----
  expressions (\"sexps\") in general.  This is done according to the
  current syntax table and will find unbalanced brackets or quotes as
  appropriate.  (See Info node `(emacs)Parentheses'.)  If imbalance is
! found, an error is signaled and point is left at the first unbalanced
  character."
    (interactive)
    (condition-case data


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to