diff options
| author | Glenn Morris | 2012-05-01 21:22:26 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-05-01 21:22:26 -0400 |
| commit | 9e7a4bcfd87cc6403a86729d4cb17b6e3ec27443 (patch) | |
| tree | 1ba55aff5a2dfe4d3c41c59681099843a3c9123a | |
| parent | 9fa0e4168d1e70956ef4b64a47dbf1579b3685a1 (diff) | |
| download | emacs-9e7a4bcfd87cc6403a86729d4cb17b6e3ec27443.tar.gz emacs-9e7a4bcfd87cc6403a86729d4cb17b6e3ec27443.zip | |
Fix some info/dir entries
* doc/misc/emacs-gnutls.texi, doc/misc/ert.texi, doc/misc/org.texi:
Fix dircategory, direntry to match info/dir.
* doc/misc/viper.texi: Make direntry shorter (also it is no longer "newest").
* info/dir: Make some entries consistent with the source texi files.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/misc/emacs-gnutls.texi | 4 | ||||
| -rw-r--r-- | doc/misc/ert.texi | 4 | ||||
| -rw-r--r-- | doc/misc/org.texi | 2 | ||||
| -rw-r--r-- | doc/misc/viper.texi | 4 | ||||
| -rw-r--r-- | info/dir | 16 |
7 files changed, 22 insertions, 17 deletions
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-05-02 Glenn Morris <rgm@gnu.org> | 1 | 2012-05-02 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * info/dir: Make some entries consistent with the source texi files. | ||
| 4 | |||
| 3 | * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04. | 5 | * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04. |
| 4 | 6 | ||
| 5 | 2012-04-18 Ludovic Courtès <ludo@gnu.org> | 7 | 2012-04-18 Ludovic Courtès <ludo@gnu.org> |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 0064deb02fa..fb40c033216 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-05-02 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * viper.texi: Make direntry shorter (also it is no longer "newest"). | ||
| 4 | |||
| 5 | * emacs-gnutls.texi, ert.texi, org.texi: | ||
| 6 | Fix dircategory, direntry to match info/dir. | ||
| 7 | |||
| 1 | 2012-04-28 Glenn Morris <rgm@gnu.org> | 8 | 2012-04-28 Glenn Morris <rgm@gnu.org> |
| 2 | 9 | ||
| 3 | * faq.texi: Convert @inforefs to @xrefs. | 10 | * faq.texi: Convert @inforefs to @xrefs. |
diff --git a/doc/misc/emacs-gnutls.texi b/doc/misc/emacs-gnutls.texi index d429f21fbf6..12e65c9e8dd 100644 --- a/doc/misc/emacs-gnutls.texi +++ b/doc/misc/emacs-gnutls.texi | |||
| @@ -30,9 +30,9 @@ license to the document, as described in section 6 of the license. | |||
| 30 | @end quotation | 30 | @end quotation |
| 31 | @end copying | 31 | @end copying |
| 32 | 32 | ||
| 33 | @dircategory Emacs lisp libraries | 33 | @dircategory Emacs network features |
| 34 | @direntry | 34 | @direntry |
| 35 | * GnuTLS: (gnutls). The Emacs GnuTLS Integration. | 35 | * GnuTLS: (emacs-gnutls). The Emacs GnuTLS integration. |
| 36 | @end direntry | 36 | @end direntry |
| 37 | 37 | ||
| 38 | @titlepage | 38 | @titlepage |
diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi index 6002e678ff1..b357b3d5e67 100644 --- a/doc/misc/ert.texi +++ b/doc/misc/ert.texi | |||
| @@ -4,9 +4,9 @@ | |||
| 4 | @settitle Emacs Lisp Regression Testing | 4 | @settitle Emacs Lisp Regression Testing |
| 5 | @c %**end of header | 5 | @c %**end of header |
| 6 | 6 | ||
| 7 | @dircategory Emacs | 7 | @dircategory Emacs misc features |
| 8 | @direntry | 8 | @direntry |
| 9 | * ERT: (ert). Emacs Lisp Regression Testing. | 9 | * ERT: (ert). Emacs Lisp regression testing tool. |
| 10 | @end direntry | 10 | @end direntry |
| 11 | 11 | ||
| 12 | @copying | 12 | @copying |
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index 67633e1acac..775ff638eef 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -286,7 +286,7 @@ license to the document, as described in section 6 of the license. | |||
| 286 | @end quotation | 286 | @end quotation |
| 287 | @end copying | 287 | @end copying |
| 288 | 288 | ||
| 289 | @dircategory Emacs | 289 | @dircategory Emacs editing modes |
| 290 | @direntry | 290 | @direntry |
| 291 | * Org Mode: (org). Outline-based notes management and organizer | 291 | * Org Mode: (org). Outline-based notes management and organizer |
| 292 | @end direntry | 292 | @end direntry |
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi index 86455524b1f..94f7e53ce8c 100644 --- a/doc/misc/viper.texi +++ b/doc/misc/viper.texi | |||
| @@ -25,9 +25,7 @@ developing GNU and promoting software freedom.'' | |||
| 25 | 25 | ||
| 26 | @dircategory Emacs misc features | 26 | @dircategory Emacs misc features |
| 27 | @direntry | 27 | @direntry |
| 28 | * VIPER: (viper). The newest Emacs VI-emulation mode. | 28 | * VIPER: (viper). A VI-emulation mode for Emacs. |
| 29 | (also, A VI Plan for Emacs Rescue | ||
| 30 | or the VI PERil.) | ||
| 31 | @end direntry | 29 | @end direntry |
| 32 | 30 | ||
| 33 | @finalout | 31 | @finalout |
| @@ -19,6 +19,7 @@ The Info Directory | |||
| 19 | 19 | ||
| 20 | * Menu: | 20 | * Menu: |
| 21 | 21 | ||
| 22 | Texinfo documentation system | ||
| 22 | * Info: (info). How to use the documentation browsing system. | 23 | * Info: (info). How to use the documentation browsing system. |
| 23 | 24 | ||
| 24 | Emacs | 25 | Emacs |
| @@ -54,7 +55,7 @@ Emacs network features | |||
| 54 | you're replying to, in flexible ways. | 55 | you're replying to, in flexible ways. |
| 55 | * Sieve: (sieve). Managing Sieve scripts in Emacs. | 56 | * Sieve: (sieve). Managing Sieve scripts in Emacs. |
| 56 | * TRAMP: (tramp). Transparent Remote Access, Multiple Protocol | 57 | * TRAMP: (tramp). Transparent Remote Access, Multiple Protocol |
| 57 | GNU Emacs remote file access via rsh and rcp. | 58 | Emacs remote file access via rsh and rcp. |
| 58 | 59 | ||
| 59 | Emacs misc features | 60 | Emacs misc features |
| 60 | * Autotype: (autotype). Convenient features for text that you enter | 61 | * Autotype: (autotype). Convenient features for text that you enter |
| @@ -67,7 +68,7 @@ Emacs misc features | |||
| 67 | * Ediff: (ediff). A visual interface for comparing and | 68 | * Ediff: (ediff). A visual interface for comparing and |
| 68 | merging programs. | 69 | merging programs. |
| 69 | * EDT: (edt). An Emacs emulation of the EDT editor. | 70 | * EDT: (edt). An Emacs emulation of the EDT editor. |
| 70 | * EIEIO: (eieio). An object system for Emacs Lisp. | 71 | * EIEIO: (eieio). An objects system for Emacs Lisp. |
| 71 | * ERT: (ert). Emacs Lisp regression testing tool. | 72 | * ERT: (ert). Emacs Lisp regression testing tool. |
| 72 | * Eshell: (eshell). A command shell implemented in Emacs Lisp. | 73 | * Eshell: (eshell). A command shell implemented in Emacs Lisp. |
| 73 | * Flymake: (flymake). A universal on-the-fly syntax checker. | 74 | * Flymake: (flymake). A universal on-the-fly syntax checker. |
| @@ -77,18 +78,15 @@ Emacs misc features | |||
| 77 | * RefTeX: (reftex). Emacs support for LaTeX cross-references | 78 | * RefTeX: (reftex). Emacs support for LaTeX cross-references |
| 78 | and citations. | 79 | and citations. |
| 79 | * Remember: (remember). Simple information manager for Emacs. | 80 | * Remember: (remember). Simple information manager for Emacs. |
| 80 | * Semantic: (semantic). Source code parsing utilities for Emacs. | 81 | * Semantic: (semantic). Source code parser library and utilities. |
| 81 | * SES: (ses). Simple Emacs Spreadsheet | 82 | * SES: (ses). Simple Emacs Spreadsheet. |
| 82 | * Speedbar: (speedbar). File/Tag summarizing utility. | 83 | * Speedbar: (speedbar). File/Tag summarizing utility. |
| 83 | * VIP: (vip). An older VI-emulation for Emacs. | 84 | * VIP: (vip). An older VI-emulation for Emacs. |
| 84 | * VIPER: (viper). The newest Emacs VI-emulation mode. | 85 | * VIPER: (viper). A VI-emulation mode for Emacs. |
| 85 | (also, A VI Plan for Emacs Rescue | ||
| 86 | or the VI PERil.) | ||
| 87 | * WoMan: (woman). Browse UN*X Manual Pages "W.O. (without) Man". | 86 | * WoMan: (woman). Browse UN*X Manual Pages "W.O. (without) Man". |
| 88 | 87 | ||
| 89 | Emacs lisp libraries | 88 | Emacs lisp libraries |
| 90 | * Auth-source: (auth). A single configuration for multiple | 89 | * Auth-source: (auth). The Emacs auth-source library. |
| 91 | applications. | ||
| 92 | * CL: (cl). Partial Common Lisp support for Emacs Lisp. | 90 | * CL: (cl). Partial Common Lisp support for Emacs Lisp. |
| 93 | * D-Bus: (dbus). Using D-Bus in Emacs. | 91 | * D-Bus: (dbus). Using D-Bus in Emacs. |
| 94 | * Emacs MIME: (emacs-mime). Emacs MIME de/composition library. | 92 | * Emacs MIME: (emacs-mime). Emacs MIME de/composition library. |