changeset 85541:e31d888e0891

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 22 Oct 2007 09:35:55 +0000
parents 00108b1a8606
children 8058fd4a5575
files etc/NEWS
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Mon Oct 22 09:22:23 2007 +0000
+++ b/etc/NEWS	Mon Oct 22 09:35:55 2007 +0000
@@ -216,7 +216,7 @@
 `string', disabled by default.
 
 *** New variable `bibtex-cite-matcher-alist' contains rules to
-identify cited keys in BibTeX entries, used by `bibtex-find-crossref.
+identify cited keys in BibTeX entries, used by `bibtex-find-crossref'.
 
 *** Command `bibtex-url' now allows multiple URLs per entry.
 
@@ -391,11 +391,11 @@
 Use this instead of "~/.emacs.d".
 
 +++
-** The new function `start-file-process is similar to `start-process',
+** The new function `start-file-process' is similar to `start-process',
 but obeys file handlers.  The file handler is chosen based on
 `default-directory'.  The functions `start-file-process-shell-command'
 and `process-file-shell-command' are also new; they call internally
-`start-file-process and `process-file', respectively.
+`start-file-process' and `process-file', respectively.
 
 +++
 ** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED.