diff options
| author | Romain Francoise | 2006-05-07 11:34:27 +0000 |
|---|---|---|
| committer | Romain Francoise | 2006-05-07 11:34:27 +0000 |
| commit | b865238d5b3c6ca7fc48a0b3930eb3c9b9630b4b (patch) | |
| tree | 2937734475fd93633aaa7cb769562a879bbb5552 | |
| parent | f4b46bb9eb2450a4b139042ae014aeb883088e55 (diff) | |
| download | emacs-b865238d5b3c6ca7fc48a0b3930eb3c9b9630b4b.tar.gz emacs-b865238d5b3c6ca7fc48a0b3930eb3c9b9630b4b.zip | |
(Using regular expressions): Fix typo.
(Packages that do not come with Emacs, Right-to-left alphabets):
Fix capitalization.
| -rw-r--r-- | man/ChangeLog | 6 | ||||
| -rw-r--r-- | man/faq.texi | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index c101391849b..98698fed74b 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-05-07 Romain Francoise <romain@orebokech.com> | ||
| 2 | |||
| 3 | * faq.texi (Using regular expressions): Fix typo. | ||
| 4 | (Packages that do not come with Emacs, Right-to-left alphabets): | ||
| 5 | Fix capitalization. | ||
| 6 | |||
| 1 | 2006-05-06 Michael Albinus <michael.albinus@gmx.de> | 7 | 2006-05-06 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 8 | ||
| 3 | * mini.texi (Completion Options): | 9 | * mini.texi (Completion Options): |
diff --git a/man/faq.texi b/man/faq.texi index a2ec12f6408..7e1af24f3bb 100644 --- a/man/faq.texi +++ b/man/faq.texi | |||
| @@ -2229,7 +2229,7 @@ otherwise. @inforef{Frame Commands, Frame Commands, emacs}. | |||
| 2229 | @cindex Regexps | 2229 | @cindex Regexps |
| 2230 | @cindex Regular expressions | 2230 | @cindex Regular expressions |
| 2231 | @cindex Differences between Unix and Emacs regexps | 2231 | @cindex Differences between Unix and Emacs regexps |
| 2232 | @cindex Unix regeps, differences from Emacs | 2232 | @cindex Unix regexps, differences from Emacs |
| 2233 | @cindex Text strings, putting regexps in | 2233 | @cindex Text strings, putting regexps in |
| 2234 | 2234 | ||
| 2235 | @inforef{Regexp Backslash, Regexp Backslash, emacs}. | 2235 | @inforef{Regexp Backslash, Regexp Backslash, emacs}. |
| @@ -3474,7 +3474,7 @@ see @ref{Packages that do not come with Emacs}. | |||
| 3474 | @uref{http://www.anc.ed.ac.uk/~stephen/emacs/ell.html, The Emacs Lisp | 3474 | @uref{http://www.anc.ed.ac.uk/~stephen/emacs/ell.html, The Emacs Lisp |
| 3475 | List (ELL)}, maintained by @email{stephen@@anc.ed.ac.uk, Stephen Eglen}, | 3475 | List (ELL)}, maintained by @email{stephen@@anc.ed.ac.uk, Stephen Eglen}, |
| 3476 | aims to provide one compact list with links to all of the current Emacs | 3476 | aims to provide one compact list with links to all of the current Emacs |
| 3477 | Lisp files on the internet. The ELL can be browsed over the web, or | 3477 | Lisp files on the Internet. The ELL can be browsed over the web, or |
| 3478 | from Emacs with @uref{http://www.anc.ed.ac.uk/~stephen/emacs/ell.el, | 3478 | from Emacs with @uref{http://www.anc.ed.ac.uk/~stephen/emacs/ell.el, |
| 3479 | the @file{ell} package}. | 3479 | the @file{ell} package}. |
| 3480 | 3480 | ||
| @@ -4878,7 +4878,7 @@ Emacs 18. Write to Joel if you want the patches or package. | |||
| 4878 | @file{hebrew.el} requires a Hebrew screen font, but no other hardware support. | 4878 | @file{hebrew.el} requires a Hebrew screen font, but no other hardware support. |
| 4879 | Joel has a screen font for PCs running MS-DOS or GNU/Linux. | 4879 | Joel has a screen font for PCs running MS-DOS or GNU/Linux. |
| 4880 | 4880 | ||
| 4881 | You might also try to query archie for files named with @file{hebrew}; | 4881 | You might also try to query Archie for files named with @file{hebrew}; |
| 4882 | several ftp sites in Israel may also have the necessary files. | 4882 | several ftp sites in Israel may also have the necessary files. |
| 4883 | 4883 | ||
| 4884 | @c ------------------------------------------------------------ | 4884 | @c ------------------------------------------------------------ |