changeset 74265:c9bd6025f40e

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 27 Nov 2006 17:13:39 +0000
parents 12e82649e074
children d9bf7b54a410
files lisp/ChangeLog
diffstat 1 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Nov 27 17:06:34 2006 +0000
+++ b/lisp/ChangeLog	Mon Nov 27 17:13:39 2006 +0000
@@ -1,8 +1,29 @@
 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
 
+	* ledit.el (ledit-save-defun, ledit-mode):
+	* resume.el (resume-emacs-args-buffer):
+	* rot13.el (rot13-display-table, rot13-translate-table, rot13)
+	(rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
+	* vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
+	(command-send-input, command-kill-line):
+	* vt100-led.el (led-state, led-on): Fix typos in docstrings.
+
+	* autoarg.el (autoarg-kp-mode): Doc fix.
+
+	* emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
+	(emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
+	(check-emacs-lock): Doc fix.  Simplify.
+
+	* iimage.el (iimage-mode-image-regex-alist): Doc fix.
+	(iimage-mode-buffer): Fix typos in docstring.
+
+	* misc.el (zap-up-to-char): Doc fix.
+
 	* time-stamp.el: Fix comment and obsolescence string for old
 	functions.  Use `dolist' instead of `while'.
 
+	* userlock.el (ask-user-about-lock-help): Fix typos in output message.
+
 	* disp-table.el (standard-display-8bit, standard-display-default):
 	* ebuff-menu.el (electric-buffer-list):
 	* ehelp.el (electric-help-command-loop):