diff options
| author | Glenn Morris | 2013-06-23 19:26:57 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-06-23 19:26:57 -0700 |
| commit | a4c0de97dc360428b9640c512d1368c63ee70be3 (patch) | |
| tree | c0cc22400796931b79ed119b4f3ab20e18e4aa07 | |
| parent | 07f8499f767e61f89b831cb3850e0005df357d77 (diff) | |
| download | emacs-a4c0de97dc360428b9640c512d1368c63ee70be3.tar.gz emacs-a4c0de97dc360428b9640c512d1368c63ee70be3.zip | |
* doc/misc/eudc.texi (Overview, Creating BBDB Records): Restrict bbdb cross-ref
to info output. It's not very important, and gives broken links in
the html version.
| -rw-r--r-- | doc/misc/ChangeLog | 3 | ||||
| -rw-r--r-- | doc/misc/eudc.texi | 7 |
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index b2624e7b05a..514cd616aa2 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-06-24 Glenn Morris <rgm@gnu.org> | 1 | 2013-06-24 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * eudc.texi (Overview, Creating BBDB Records): | ||
| 4 | Restrict bbdb cross-ref to info output. | ||
| 5 | |||
| 3 | * eshell.texi: Fix cross-references to other manuals. | 6 | * eshell.texi: Fix cross-references to other manuals. |
| 4 | 7 | ||
| 5 | 2013-03-11 Glenn Morris <rgm@gnu.org> | 8 | 2013-03-11 Glenn Morris <rgm@gnu.org> |
diff --git a/doc/misc/eudc.texi b/doc/misc/eudc.texi index 03438eab58d..c9c4af5722e 100644 --- a/doc/misc/eudc.texi +++ b/doc/misc/eudc.texi | |||
| @@ -104,7 +104,9 @@ inline query | |||
| 104 | Fast minibuffer queries for email addresses and phone numbers | 104 | Fast minibuffer queries for email addresses and phone numbers |
| 105 | @item | 105 | @item |
| 106 | Interface to BBDB to let you insert server records into your own BBDB database | 106 | Interface to BBDB to let you insert server records into your own BBDB database |
| 107 | @ifinfo | ||
| 107 | (@pxref{Top,,BBDB,bbdb,BBDB Manual}) | 108 | (@pxref{Top,,BBDB,bbdb,BBDB Manual}) |
| 109 | @end ifinfo | ||
| 108 | @end itemize | 110 | @end itemize |
| 109 | 111 | ||
| 110 | @menu | 112 | @menu |
| @@ -730,7 +732,10 @@ that all available servers should be tried. | |||
| 730 | @findex eudc-insert-record-at-point-into-bbdb | 732 | @findex eudc-insert-record-at-point-into-bbdb |
| 731 | @findex eudc-try-bbdb-insert | 733 | @findex eudc-try-bbdb-insert |
| 732 | With EUDC, you can automatically create BBDB records | 734 | With EUDC, you can automatically create BBDB records |
| 733 | (@pxref{Top,,BBDB,bbdb,BBDB Manual}) from records you get from a | 735 | @ifinfo |
| 736 | (@pxref{Top,,BBDB,bbdb,BBDB Manual}) | ||
| 737 | @end ifinfo | ||
| 738 | from records you get from a | ||
| 734 | directory server. You do this by moving point to the appropriate | 739 | directory server. You do this by moving point to the appropriate |
| 735 | record in a query result display buffer and invoking the command | 740 | record in a query result display buffer and invoking the command |
| 736 | @kbd{M-x eudc-insert-record-at-point-into-bbdb} with the | 741 | @kbd{M-x eudc-insert-record-at-point-into-bbdb} with the |