Eli Zaretskii
2d34d52373
Fix bug #7702 with docs of selections wrt MS-Windows.
...
doc/emacs/frames.texi (Cut and Paste): Modify the section's name and text:
don't mix "cut/paste" with "kill/yank".
(Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
lisp/simple.el (select-active-regions): Doc fix.
2010-12-25 13:34:45 +02:00
Eli Zaretskii
88ab43400d
Fix bug #7667 : mention debug-on-quit in the manual.
...
trouble.texi (Checklist): Mention debug-on-quit.
2010-12-25 12:35:16 +02:00
Eli Zaretskii
2e4ab21153
More fallout from fixing bug #7587 .
...
src/xdisp.c (Fformat_mode_line): Doc fix: no need to state that only
the basic faces are supported.
doc/lispref/modes.texi (Emulating Mode Line): Fix last change.
etc/NEWS: Remove the entry about format-mode-line accepting only
basic faces.
2010-12-25 12:14:48 +02:00
Glenn Morris
d3658de737
Minor doc fix for manual; bug#7674
...
* doc/emacs/maintaining.texi: Move inclusion of emerge after EDE, so
that it matches its position in the menu.
2010-12-18 13:28:51 -08:00
Eli Zaretskii
287e63bb58
Fallout from fixing bug #7587 .
...
doc/lispref/modes.texi (Emulating Mode Line): Update documentation of
format-mode-line according to changes that fixed bug #7587 .
etc/NEWS: Mention the incompatible change in format-mode-line wrt its
FACE argument.
2010-12-18 10:53:28 +02:00
Glenn Morris
da3930f31c
* doc/emacs/trouble.texi (Checklist): Mention not replying via news either.
2010-12-13 20:22:49 -08:00
Eli Zaretskii
4bb49a92aa
Fallout from bug #7563 .
...
processes.texi (Shell Arguments):
strings.texi (Creating Strings): Don't mention "shell commands";
make it explicit that `split-string-and-unquote' and
`combine-and-quote-strings' are mainly for working with arguments
to call-process and start-process.
2010-12-11 20:45:53 +02:00
Eli Zaretskii
3c73e30e34
Fix bug #7563 with docs of split-string-and-unquote.
...
processes.texi (Shell Arguments): Fix documentation of
`split-string-and-unquote'. Add indexing.
2010-12-11 11:41:45 +02:00
Eli Zaretskii
68f75971cc
Fix bug #7576 with lack of index entries for character syntax.
...
custom.texi (Init Syntax): Add index entries for "character syntax".
2010-12-11 11:11:32 +02:00
Karel Klíc
6e427e9670
* doc/emacs/text.texi (HTML Mode): Small fixes.
...
Fixes: debbugs:7607
2010-12-10 18:37:16 -08:00
Chong Yidong
1f10e75066
Bump version to 23.2.91.
...
Regenerate configure and ldefs-boot.el.
2010-12-10 12:46:40 -05:00
Glenn Morris
ffda048bfb
* doc/emacs/trouble.texi (Checklist): Fix typo in newsgroup name.
2010-12-09 19:33:51 -08:00
Stefan Monnier
5dcb4c4e5d
* doc/lispref/modes.texi (Auto-Indentation): New section to document SMIE.
...
(Major Mode Conventions):
* doc/lispref/text.texi (Mode-Specific Indent): Refer to it.
2010-12-07 14:44:38 -05:00
Chong Yidong
2931c841a3
Document behavior of lazy highlight in word search (Bug#7470).
...
* doc/emacs/search.texi (Word Search): Note that the lazy highlight
always matches to whole words (Bug#7470).
2010-12-04 20:16:01 -05:00
Eli Zaretskii
bdef6a7740
display.texi (Other Display Specs): Document left-fringe and right-fringe
...
display specs.
2010-12-04 18:01:30 +02:00
Eli Zaretskii
4f1948eb4c
display.texi (Optional Mode Line): Make the description of load-average
...
more accurate.
2010-12-04 13:45:59 +02:00
Eli Zaretskii
62d72a4a69
Describe MS-Windows specific startup issues, incl. emacsclientw.exe
...
msdog.texi (Windows Startup): New node. Move the stuff about the current
directory from "Windows HOME", and explain all possible ways of invoking
Emacs on Windows.
2010-12-04 13:25:09 +02:00
Eli Zaretskii
b8a9e13683
msdog.texi (Windows HOME): Mention that HOME can also be set in the registry,
...
with a cross-reference.
2010-12-04 12:22:45 +02:00
Glenn Morris
7dde1a8619
* doc/misc/cl.texi (For Clauses): Small fixes for frames and windows.
2010-12-01 20:09:20 -08:00
Stefan Monnier
769741e3d1
* doc/lispref/backups.texi (Making Backups):
...
* doc/lispref/modes.texi (Example Major Modes): Use recommended coding style.
(Major Mode Basics, Derived Modes): Encourge more strongly use of
define-derived-mode. Mention completion-at-point-functions.
2010-12-01 17:42:36 -05:00
Glenn Morris
4d47208a22
Tweak previous nxml doc change.
2010-11-23 10:16:21 -08:00
Glenn Morris
d3dfb185ae
* doc/misc/nxml-mode.texi (Introduction): New section.
...
This summarizes the still-relevant information from the standalone
nxml README fle, mistakenly removed in the initial import of nxml-mode.
See http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01716.html
and associated thread, also bug#7456.
2010-11-23 01:19:57 -08:00
Bob Rogers
17a6e2788d
Small VC fixes for doc/emacs.
...
* doc/emacs/maintaining.texi (VC With A Locking VCS, VC Directory Commands):
* doc/emacs/vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
2010-11-23 00:18:26 -08:00
Chong Yidong
3e99b8257b
Document byte-to-string in Lisp manual.
...
* objects.texi (Symbol Type):
* text.texi (Near Point):
* help.texi (Help Functions):
* functions.texi (Mapping Functions): Use string instead of
char-to-string in examples.
* nonascii.texi (Converting Representations): Document
byte-to-string.
* strings.texi (Creating Strings): Don't mention semi-obsolete
function char-to-string.
(String Conversion): Shorten discussion of semi-obsolete function
string-to-char. Link to Converting Representations.
2010-11-21 13:07:47 -05:00
Chong Yidong
0d6607ab81
* maintaining.texi (Version Control Systems): Fix repeated sentence.
...
Suggested by Štěpán Němec.
2010-11-21 11:05:27 -05:00
Chong Yidong
1aaae3f39e
Document VC headers and other VC changes.
...
* maintaining.texi (Version Control): Say "commit", not "check in".
(Version Control Systems): Simplify descriptions.
(VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
VCS Concepts.
(VC Mode Line): Update example.
(Old Revisions): Document revert-buffer for vc-diff.
(Log Buffer): Promote to a subsection. Document header lines.
* emacs.texi (Top): Update node listing.
2010-11-20 18:16:10 -05:00
Chong Yidong
ec8a6295a0
Document some Emacs 23.3 changes in manuals.
...
* doc/emacs/macos.texi (Mac / GNUstep Basics): Document
ns-right-alternate-modifier.
* doc/lispref/numbers.texi (Float Basics): Document float-e and float-pi.
* doc/lispref/symbols.texi (Creating Symbols): Using unintern without an
obarray arg is now obsolete.
* doc/lispref/text.texi (Kill Functions, Kill Functions)
(Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
YANK-HANDLER args.
* doc/lispref/variables.texi (Defining Variables): Change "pi" example to
"float-pi".
2010-11-20 14:52:20 -05:00
Eli Zaretskii
5b05d75ba7
customize.texi (Composite Types): Lower-case index entry.
2010-11-12 19:03:57 +02:00
Eli Zaretskii
c7926fe29b
Fix bug #7346 : document load-file-name.
...
src/lread.c (Fload): Mention `load-in-progress' and `load-file-name'.
doc/lispref/loading.texi (How Programs Do Loading): Document `load-file-name'.
2010-11-12 18:35:35 +02:00
Glenn Morris
2098928531
* doc/misc/edt.texi: Remove information about Emacs 19.
2010-11-10 00:48:15 -08:00
Glenn Morris
cde08ac929
* doc/lispref/text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
2010-11-10 00:42:42 -08:00
Chong Yidong
0f161c71c9
Bump version to 23.2.90.
...
Regenerate AUTHORS, configure, and ldefs-boot.el.
2010-11-08 21:53:18 -05:00
Eli Zaretskii
a16b2d46ff
Fix bug #7300 .
...
msdog.texi (Windows HOME): Add information regarding startup
directory when invoking Emacs from a desktop shortcut.
2010-11-06 12:23:33 +02:00
Michael Albinus
3ff919646c
* trampver.texi: Update release number.
...
This shall not be merged into the trunk.
2010-11-05 21:55:06 +01:00
Jay Belanger
630a5546c9
calc.texi: Update Emacs version to 23.3.
2010-11-03 18:19:23 -05:00
Glenn Morris
bbe1ba5eec
Tiny MH-E doc fixes.
...
* doc/misc/mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
* etc/MH-E-NEWS: Change 23 to past tense.
2010-10-30 14:17:59 -07:00
Glenn Morris
97af9a72d0
Correct some viewcvs links in docs and comments.
...
* doc/misc/cc-mode.texi: Remove reference to defunct viewcvs URL.
Instead, refer to the generic Savannah page, since it seems likely
that Savannah will never provide the equivalent service for GNU bazaar.
The other option would be to use the Git mirror URL, since it seems to
be being updated now, and of course browsing Git repos works just fine.
That would be a pretty poor advert for the GNU system though.
* etc/MH-E-NEWS: Update URL (viewcvs -> viewvc).
* lisp/net/tramp-fish.el: Update URL in comment (viewcvs -> viewvc).
2010-10-28 20:19:33 -07:00
Glenn Morris
aab705a2a8
Fix treatment of menu-bar-files-menu.
...
* lisp/menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
rather than just an unused variable that inherits from the real one.
* doc/lispref/maps.texi (Standard Keymaps): Update File menu description.
2010-10-26 21:06:52 -07:00
Juanma Barranquero
88dbda519d
Fix typos.
...
* doc/misc/gnus.texi (Group Parameters, Buttons): Fix typos.
* lisp/org/org-exp.el (org-export-visible):
* lisp/progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
Fix typos in docstrings.
2010-10-23 01:38:34 +02:00
Eli Zaretskii
89baa1df69
Document values of window-system and deprecate its use as predicate.
...
src/frame.c (Fframep, Fwindow_system): Deprecate use as a predicate.
Document all values.
src/dispnew.c (syms_of_display) <initial-window-system, window-system>:
Deprecate use as a boolean flag. Document all values.
src/display.texi (Window Systems): Deprecate use of window-system as
a predicate.
2010-10-22 12:35:31 +02:00
Juanma Barranquero
c0943d3db2
Fix typos in docstrings, comments and ChangeLogs.
...
* etc/tutorials/TUTORIAL.es: Fix typos.
* lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits):
Fix typo in message.
(semantic-symref-list-map-open-hits): Fix typo in docstring.
* lisp/erc/erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
* lisp/gnus/nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
* lisp/international/mule.el (define-coding-system):
* lisp/international/titdic-cnv.el (quail-cxterm-package-ext-info):
* composite.el (compose-region): Fix typo in docstring.
* lisp/org/org-agenda.el (org-prefix-category-length)
(org-prefix-category-max-length): Fix typos in docstrings.
* src/font.c (Ffont_variation_glyphs):
* ccl.c (Fccl_execute_on_string): Fix typo in docstring.
2010-10-13 01:25:19 +02:00
Glenn Morris
28edabd519
* doc/man/emacs.1: Small fixes.
2010-10-09 17:05:14 -07:00
Ulrich Mueller
a653652edc
* doc/man/emacs.1: Update license description.
2010-10-08 17:37:11 -07:00
Glenn Morris
12359245f6
Minor cl.texi change.
...
* doc/misc/cl.texi (Organization, Installation, Old CL Compatibility):
Deprecate cl-compat for new code.
2010-10-07 20:01:23 -07:00
Glenn Morris
e1a8c4c046
* doc/misc/eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2010-10-06 19:16:02 -07:00
Glenn Morris
6003ea5325
* doc/misc/cl.texi (Usage, Installation): Remove outdated information.
2010-10-05 19:19:42 -07:00
Glenn Morris
39f9da30e9
Add missing ChangeLog entry for r1.146 of lispref/text.texi.
2010-10-02 18:18:35 -07:00
Glenn Morris
f06d3d36df
Add EPSF magic header to doc/lispintro/*.eps. (Bug#7064)
...
* cons-1.eps, cons-2.eps, cons-2a.eps, cons-3.eps, cons-4.eps:
* cons-5.eps, lambda-1.eps, lambda-2.eps, lambda-3.eps:
Add first line EPSF magic comment.
2010-09-20 20:07:49 -07:00
Glenn Morris
67ae97667d
Doc fixes related to diary-sort-entries.
...
* lisp/calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
Doc fixes.
* doc/emacs/cal-xtra.texi (Fancy Diary Display): Emphasize that sort
should be the last hook item.
2010-09-14 01:02:28 -07:00
Glenn Morris
0ab9cff33d
Tiny calendar.texi update.
...
* doc/emacs/calendar.texi (Appointments): Also updated when a diary
include file is saved.
2010-09-14 00:34:23 -07:00
Glenn Morris
63e1eaa187
Various updates for the Bugs section of the manual.
...
* doc/emacs/trouble.texi (Bugs): Update the section intro.
(Known Problems): New section.
(Checklist): Misc updates. Prefer M-x report-emacs-bug.
(Sending Patches): Bug fixes are best as responses to existing bugs.
* doc/emacs/emacs.texi (Known Problems): Add menu entry for new section.
2010-09-11 17:31:47 -07:00
Alexander Klimov
3fa0dc8f4d
* doc/lispref/files.texi (Directory Names): Use \` rather than ^.
...
* lisp/files.el (directory-abbrev-alist): Use \` as default regexp.
2010-09-06 00:03:56 +02:00
Chong Yidong
89532a078e
* dired.texi (Dired Enter): Minor doc fix (Bug#6982).
2010-09-04 14:58:56 -04:00
Chong Yidong
86bbbedfeb
Revert last change.
2010-09-04 14:36:24 -04:00
Chong Yidong
cbc72326a8
* frames.texi (Layout Parameters): Add cindex entries (Bug#6929).
2010-09-04 14:21:48 -04:00
Glenn Morris
e4a0188a23
* doc/emacs/misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
2010-09-01 22:41:23 -07:00
Michael Albinus
217876c9b0
Sync with Tramp 2.1.19.
...
* tramp.texi (Inline methods, Default Method): Mention
`tramp-inline-compress-start-size'. Remove "kludgy" phrase. Remove
remark about doubled "-t" argument.
(Auto-save and Backup): Remove reference to Emacs 21.
(Filename Syntax): Describe port numbers.
(Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
errors with the backquotes.
(External packages): File attributes cache flushing for asynchronous
processes.
(Traces and Profiles): Describe verbose level 9.
* trampver.texi: Update release number.
2010-08-26 21:40:13 +02:00
Chong Yidong
4f55829755
* emacs.1: Mention "maximized" value for the "fullscreen" X resource.
2010-08-26 11:14:55 -04:00
Chong Yidong
bc7d7ea63b
Doc fix for define-minor-mode (Bug#6880).
...
* doc/lispref/modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
* emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2010-08-22 15:30:26 -04:00
Glenn Morris
50dd7bc6b7
* doc/emacs/misc.texi (Amusements): Mention bubbles and animate.
2010-08-20 19:14:07 -07:00
Chong Yidong
96b1842de8
* objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2010-08-19 19:23:13 -04:00
Stefan Monnier
ee301a7a19
* lispref/control.texi (Handling Errors) <error-message-string>: Fix arg name.
...
Fixes: debbugs:6770
2010-08-02 12:35:34 +02:00
Juanma Barranquero
e1d294ab74
* org.texi (Footnotes, Tables in HTML export): Fix typos.
2010-08-01 06:00:59 +02:00
Juanma Barranquero
e8bf5266a2
* doc/lispref/modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2010-07-29 02:58:16 +02:00
Juanma Barranquero
b4f588fa4a
Document arguments passed to `read-buffer-function' (bug#5625).
...
* doc/lispref/minibuf.texi (High-Level Completion): Document args of
`read-buffer-function'.
* src/minibuf.c (syms_of_minibuf) <read-buffer-function>: Doc fix.
2010-07-28 02:15:49 +02:00
Juanma Barranquero
4ce5a4ccd4
* modes.texi (Defining Minor Modes): Use C-delete in examples (bug#6334).
2010-07-27 03:37:23 +02:00
Chong Yidong
b196eafc46
* nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2010-07-23 11:49:03 -04:00
Juanma Barranquero
1c84bc7afa
* text.texi (Special Properties): Fix typo.
2010-07-21 20:05:31 +02:00
Juanma Barranquero
b6f9df0f5d
*** empty log message ***
2010-06-27 23:57:39 +02:00
Chong Yidong
51422d6dde
Clarify command loop's role in undo boundary (Bug#2433).
...
* text.texi (Undo): Clarify command loop behavior (Bug#2433).
* commands.texi (Command Overview): Mention undo-boundary call.
2010-06-24 15:05:47 -04:00
Glenn Morris
62e034c228
Minor doc/misc/*.texi direntry fixes.
...
* ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
* dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
* emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
* flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
* newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
* remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
* speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
* woman.texi:
Start direntry descriptions in column 32, per Texinfo convention.
Make them end with a period.
2010-06-24 00:10:51 -07:00
Glenn Morris
b1fbbb32e1
Remove remaining tabs from non-verbatim in doc/misc/*.texi.
2010-06-23 00:44:09 -07:00
Glenn Morris
0351f24c13
Entry for previous change.
2010-06-22 23:40:31 -07:00
Glenn Morris
53507b2c59
Remove some unimportant tabs from examples in some *.texi files.
2010-06-22 23:35:06 -07:00
Glenn Morris
d24880de8b
Untabify doc/lispref/*.texi.
...
* abbrevs.texi, commands.texi, compile.texi, debugging.texi:
* display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
* frames.texi, functions.texi, internals.texi, keymaps.texi:
* loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
* searching.texi, sequences.texi, strings.texi, syntax.texi:
* text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
Untabify Texinfo files.
2010-06-22 20:36:56 -07:00
Glenn Morris
9360256ab9
Untabify doc/misc/*.texi.
...
* autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
* eieio.texi, faq.texi, flymake.texi, forms.texi, gnus-faq.texi:
* idlwave.texi, mh-e.texi, org.texi, pcl-cvs.texi, pgg.texi:
* reftex.texi, sasl.texi, sc.texi, sem-user.texi, semantic.texi:
* sieve.texi, smtpmail.texi, speedbar.texi, vip.texi, viper.texi:
* widget.texi: Untabify (except for examples).
2010-06-22 19:57:26 -07:00
Glenn Morris
e0e10d9d19
* doc/lispintro/emacs-lisp-intro.texi: Untabify.
2010-06-22 19:51:01 -07:00
Glenn Morris
8838673ef1
Untabify doc/emacs/*.texi files.
...
* abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
* custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
* files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
* maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
* programs.texi, rmail.texi, screen.texi, search.texi, sending.texi:
* text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
Untabify Texinfo files.
2010-06-22 19:46:43 -07:00
Chong Yidong
0fc76035ed
* modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2010-06-20 12:30:27 -04:00
Chong Yidong
5338dc0b10
* errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
2010-06-19 14:06:37 -04:00
Juanma Barranquero
fee69dc1c0
doc/misc/ChangeLog: Remove duplicate entry.
2010-06-17 01:52:13 +02:00
Glenn Morris
103dd3a81a
* doc/emacs/basic.texi (Inserting Text): Minor clarification. (Bug#6374)
2010-06-09 22:09:27 -07:00
Glenn Morris
04d3bb6ce4
Doc typo fixes.
...
* doc/emacs/basic.texi (Inserting Text): Fix typo.
* doc/misc/idlwave.texi (Load-Path Shadows):
* doc/misc/org.texi (Handling links): Fix typos.
2010-06-09 22:04:06 -07:00
Chong Yidong
ba3bf1d951
Better doc fix for Bug#6283.
...
searching.texi (Regexp Special): Remove obsolete information
about matching non-ASCII characters, and suggest using char
classes (Bug#6283).
2010-06-02 13:26:31 -04:00
Chong Yidong
2c3a3c1d03
searching.texi (Regexp Special): Replace "octal 377" with "#o377" (Bug#6283).
2010-06-02 13:14:01 -04:00
Juanma Barranquero
7f4b42492c
doc/lispref/minibuf.texi (Basic Completion): Add missing "@end defun".
2010-05-31 00:50:31 +02:00
Stefan Monnier
637821cd30
* doc/lispref/minibuf.texi (Basic Completion): Document completion-boundaries.
...
(Programmed Completion): Document the new fourth method for boundaries.
* .bzrignore: Ignore new files from trunk, which appear if you use
colocated branches (i.e. "bzr switch").
2010-05-30 17:18:35 -04:00
Chong Yidong
19ae0deb1c
Bump version to 23.2.50.
2010-05-08 00:46:44 -04:00
Chong Yidong
61a808e819
Bump version to 23.2.
2010-05-07 23:28:26 -04:00
Chong Yidong
abb777ac83
* building.texi (GDB Graphical Interface): Remove misleading comparison
...
to an IDE (Bug#6128).
2010-05-07 10:51:09 -04:00
Chong Yidong
8838172bf0
Bump version to 23.1.97.
2010-05-03 21:31:59 -04:00
Chong Yidong
da0bbbc4e3
Fix typos (Bug#6094). From Štěpán Němec.
2010-05-03 18:01:23 -04:00
Chong Yidong
c7c322792a
* keymaps.texi (Menu Bar): Document :advertised-binding property.
2010-04-25 17:50:34 -04:00
Chong Yidong
eb5ed549f4
Document Emacs 23.2 changes.
...
* functions.texi (Obsolete Functions): Document
set-advertised-calling-convention.
* minibuf.texi (Basic Completion): Document completion-in-region.
(Programmed Completion): Document completion-annotate-function.
* commands.texi (Reading One Event): Document read-key.
(Distinguish Interactive): Document KIND arg to
called-interactively-p. Delete obsolete interactive-p.
* elisp.texi (Top): Update node description.
* misc.texi (Printing): Document htmlfontify-buffer.
2010-04-25 17:21:51 -04:00
Glenn Morris
6776e4c4b4
Minor doc fix.
...
* calendar.texi (Displaying the Diary, Format of Diary File):
Fix external cross-references for TeX format output.
2010-04-20 19:49:00 -07:00
Chong Yidong
958631c4cc
Bump version to 23.1.96.
2010-04-19 21:29:37 -04:00
Chong Yidong
aa5789b56b
* ede.texi (EDE Mode): Refer to init file rather than `.emacs'. Note
...
that Development menu is always available.
(Creating a project): Fix terminology.
(Add/Remove files): Fix typo.
2010-04-19 10:38:53 -04:00
Katsumi Yamaoka
bff3818b73
Synch with Gnus trunk:
...
2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
* gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
the CVS repo. Put the Git repo in the news section.
* gnus-coding.texi (Gnus Maintainance Guide): Fixed title typo.
Removed some mentions of CVS. Mention the new Git repo.
2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
* smime.el: Don't mention CVS.
* nnrss.el (nnrss-fetch): Don't mention CVS.
* nnir.el: Don't mention CVS.
2010-04-18 23:24:22 +00:00
Chong Yidong
a42dbee160
* programs.texi (Semantic): New node.
...
* maintaining.texi (EDE): New node.
* emacs.texi: Update node listing.
* misc.texi (Gnus): Use the `C-h i' keybinding for info.
2010-04-18 19:02:16 -04:00
Glenn Morris
d52dbd3d45
* emacs.texi (Acknowledgments): Remove duplicate.
2010-04-16 00:43:29 -07:00