[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs/lisp ChangeLog w32-vars.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] emacs/lisp ChangeLog w32-vars.el |
Date: |
Tue, 24 Feb 2009 11:53:37 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Juanma Barranquero <lektu> 09/02/24 11:53:36
Modified files:
lisp : ChangeLog w32-vars.el
Log message:
* w32-vars.el (w32-system-shells): Doc fix.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15389&r2=1.15390
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/w32-vars.el?cvsroot=emacs&r1=1.24&r2=1.25
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15389
retrieving revision 1.15390
diff -u -b -r1.15389 -r1.15390
--- ChangeLog 24 Feb 2009 10:28:57 -0000 1.15389
+++ ChangeLog 24 Feb 2009 11:53:33 -0000 1.15390
@@ -1,5 +1,7 @@
2009-02-24 Juanma Barranquero <address@hidden>
+ * w32-vars.el (w32-system-shells): Doc fix.
+
* image.el (image-load-path-for-library, insert-sliced-image):
Fix typos in docstrings.
Index: w32-vars.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/w32-vars.el,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- w32-vars.el 5 Jan 2009 03:19:55 -0000 1.24
+++ w32-vars.el 24 Feb 2009 11:53:36 -0000 1.25
@@ -53,7 +53,7 @@
(defcustom w32-system-shells '("cmd" "cmd.exe" "command" "command.com"
"4nt" "4nt.exe" "4dos" "4dos.exe"
"tcc" "tcc.exe" "ndos" "ndos.exe")
- "List of strings recognized as Windows NT/9X system shells."
+ "List of strings recognized as Windows system shells."
:type '(repeat string)
:group 'w32)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs/lisp ChangeLog w32-vars.el,
Juanma Barranquero <=