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