changeset 85545:4029ccd23080

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 22 Oct 2007 09:58:09 +0000
parents afeb56c8f326
children d3c6c7427cef
files lisp/ChangeLog
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Oct 22 09:46:08 2007 +0000
+++ b/lisp/ChangeLog	Mon Oct 22 09:58:09 2007 +0000
@@ -1,4 +1,4 @@
-2007-10-20  Sean O'Rourke  <sorourke@cs.ucsd.edu>
+2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
 
 	* complete.el (PC-expand-many-files): Remove.
 	(PC-do-completion): Call file-expand-wildcards instead of
@@ -36,7 +36,7 @@
 	(f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
 	(f90-mode): Doc fix.
 	(f90-looking-at-select-case): Doc fix.  Add `select type'.
-	(f90-looking-at-associate): New function,
+	(f90-looking-at-associate): New function.
 	(f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
 	Add `enum' and `abstract interface'.
 	(f90-no-block-limit): Add `select type' and `abstract interface'.
@@ -6659,7 +6659,7 @@
 	(vc-bzr-dir-state): Replace its use with vc-bzr-command.
 	(vc-bzr-buffer-nonblank-p): New function.
 	(vc-bzr-state-words): New const.
-	(vc-bzr-state): Look for `bzr status` keywords in output.
+	(vc-bzr-state): Look for `bzr status' keywords in output.
 	Display everything else as a warning message to the user.
 	Fix status report with bzr >= 0.15.
 
@@ -6887,7 +6887,7 @@
 	* progmodes/sh-script.el: Remove unneeded * from docstrings.
 	Use [:alpha:] and [:alnum:] where applicable.
 	(sh-quoted-subshell): Rewrite to correctly
-	handle nested mixes of `...` and $(...).
+	handle nested mixes of `...' and $(...).
 	(sh-apply-quoted-subshell): Remove.
 	(sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.