/[emacs]/emacs/lisp/emacs-lisp/lisp.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/lisp.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.64 by teirllm, Fri Apr 8 23:10:24 2005 UTC revision 1.65 by lute, Wed May 18 08:28:52 2005 UTC
# Line 1  Line 1 
1  ;;; lisp.el --- Lisp editing commands for Emacs  ;;; lisp.el --- Lisp editing commands for Emacs
2    
3  ;; Copyright (C) 1985, 86, 1994, 2000, 2004  Free Software Foundation, Inc.  ;; Copyright (C) 1985, 1986, 1994, 2000, 2004, 2005
4    ;;   Free Software Foundation, Inc.
5    
6  ;; Maintainer: FSF  ;; Maintainer: FSF
7  ;; Keywords: lisp, languages  ;; Keywords: lisp, languages
# Line 487  If region is active, insert enclosing ch Line 488  If region is active, insert enclosing ch
488  More accurately, check the narrowed part of the buffer for unbalanced  More accurately, check the narrowed part of the buffer for unbalanced
489  expressions (\"sexps\") in general.  This is done according to the  expressions (\"sexps\") in general.  This is done according to the
490  current syntax table and will find unbalanced brackets or quotes as  current syntax table and will find unbalanced brackets or quotes as
491  appropriate.  (See Info node `(emacs)Lists and Sexps'.)  If imbalance  appropriate.  (See Info node `(emacs)Parentheses'.)  If imbalance is
492  is found, an error is signalled and point is left at the first  found, an error is signalled and point is left at the first unbalanced
493  unbalanced character."  character."
494    (interactive)    (interactive)
495    (condition-case data    (condition-case data
496        ;; Buffer can't have more than (point-max) sexps.        ;; Buffer can't have more than (point-max) sexps.

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26