# HG changeset patch # User Lute Kamstra # Date 1116404932 0 # Node ID 072c8e0cc835591cc1ed07fd5b89172fc6f8410b # Parent 6197210bddc85f6a28ec6b963238c345ce73bb98 (check-parens): Fix docstring. diff -r 6197210bddc8 -r 072c8e0cc835 lisp/emacs-lisp/lisp.el --- a/lisp/emacs-lisp/lisp.el Wed May 18 08:00:50 2005 +0000 +++ b/lisp/emacs-lisp/lisp.el Wed May 18 08:28:52 2005 +0000 @@ -1,6 +1,7 @@ ;;; lisp.el --- Lisp editing commands for Emacs -;; Copyright (C) 1985, 86, 1994, 2000, 2004 Free Software Foundation, Inc. +;; Copyright (C) 1985, 1986, 1994, 2000, 2004, 2005 +;; Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: lisp, languages @@ -487,9 +488,9 @@ 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." +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.