diff lisp/bindings.el @ 38409:153f1b1f2efd

Emacs lisp coding convention fixes.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 14 Jul 2001 11:21:08 +0000
parents 4a7286bcdc6d
children 4d538c0a8afc
line wrap: on
line diff
--- a/lisp/bindings.el	Fri Jul 13 18:34:08 2001 +0000
+++ b/lisp/bindings.el	Sat Jul 14 11:21:08 2001 +0000
@@ -1,4 +1,4 @@
-;;; bindings.el --- define standard key bindings and some variables.
+;;; bindings.el --- define standard key bindings and some variables
 
 ;; Copyright (C) 1985,86,87,92,93,94,95,96,99,2000, 2001
 ;;   Free Software Foundation, Inc.
@@ -617,7 +617,7 @@
 
 ;;(defun function-key-error ()
 ;;  (interactive)
-;;  (error "That function key is not bound to anything."))
+;;  (error "That function key is not bound to anything"))
 
 (define-key global-map [menu] 'execute-extended-command)
 (define-key global-map [find] 'search-forward)