Index: emacs/lisp/emacs-lisp/lisp.el
diff -c emacs/lisp/emacs-lisp/lisp.el:1.64 emacs/lisp/emacs-lisp/lisp.el:1.65
*** emacs/lisp/emacs-lisp/lisp.el:1.64  Fri Apr  8 23:10:24 2005
--- emacs/lisp/emacs-lisp/lisp.el       Wed May 18 08:28:52 2005
***************
*** 1,6 ****
  ;;; lisp.el --- Lisp editing commands for Emacs
  
! ;; Copyright (C) 1985, 86, 1994, 2000, 2004  Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
  ;; Keywords: lisp, languages
--- 1,7 ----
  ;;; lisp.el --- Lisp editing commands for Emacs
  
! ;; Copyright (C) 1985, 1986, 1994, 2000, 2004, 2005
! ;;   Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
  ;; Keywords: lisp, languages
***************
*** 487,495 ****
  More accurately, check the narrowed part of the buffer for unbalanced
  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)Lists and Sexps'.)  If imbalance
! is found, an error is signalled and point is left at the first
! unbalanced character."
    (interactive)
    (condition-case data
        ;; Buffer can't have more than (point-max) sexps.
--- 488,496 ----
  More accurately, check the narrowed part of the buffer for unbalanced
  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
        ;; Buffer can't have more than (point-max) sexps.


_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to