]>
git.eshelyaron.com Git - emacs.git/log
Glenn Morris [Sat, 4 Feb 2012 01:00:51 +0000 (20:00 -0500)]
* lisp/facemenu.el (list-colors-display): Doc fix (minor rephrasing).
Glenn Morris [Sat, 4 Feb 2012 00:59:58 +0000 (19:59 -0500)]
* lisp/ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
Glenn Morris [Sat, 4 Feb 2012 00:59:11 +0000 (19:59 -0500)]
* doc/emacs/display.texi (Colors): Mention list-colors-sort.
Glenn Morris [Sat, 4 Feb 2012 00:58:27 +0000 (19:58 -0500)]
* doc/emacs/files.texi (File Conveniences): Mention image animation.
Paul Eggert [Fri, 3 Feb 2012 19:24:22 +0000 (11:24 -0800)]
Handle overflow when computing char display width (Bug#9496).
* character.c (char_width): Return EMACS_INT, not int.
(char_width, c_string_width): Check for overflow when
computing the width; this is possible now that individual
characters can have unbounded width. Problem introduced
by merge from Emacs 23 on 2012-01-19.
Pieter Schoenmakers [Fri, 3 Feb 2012 15:37:54 +0000 (23:37 +0800)]
* tutorials/TUTORIAL.nl: Updated; synchronize with TUTORIAL.
Glenn Morris [Fri, 3 Feb 2012 08:44:30 +0000 (00:44 -0800)]
Document animated image API
* doc/lispref/display.texi (GIF Images): Mention animation.
Remove commented-out old example of animation.
(Animated Images): New subsection.
* doc/lispref/elisp.texi (Top):
* doc/lispref/vol1.texi (Top):
* doc/lispref/vol2.texi (Top): Add Animated Images menu entry.
* lisp/image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
* lisp/image.el (image-animated-p): Doc fix. Use image-animated-types.
(image-animate-timeout): Doc fix.
* etc/NEWS: Markup.
Glenn Morris [Fri, 3 Feb 2012 08:38:46 +0000 (00:38 -0800)]
* doc/lispref/display.texi (GIF Images, TIFF Images): Minor rephrasing.
Glenn Morris [Fri, 3 Feb 2012 08:17:05 +0000 (00:17 -0800)]
Small display.texi fix
* doc/lispref/display.texi (Image Formats):
Remove oddly specific information on versions of image libraries.
Glenn Morris [Fri, 3 Feb 2012 08:10:17 +0000 (00:10 -0800)]
Some more NEWS markup.
Lars Ingebrigtsen [Thu, 2 Feb 2012 22:10:47 +0000 (22:10 +0000)]
nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing an initial sync unless we're really doing one.
Glenn Morris [Thu, 2 Feb 2012 19:13:36 +0000 (14:13 -0500)]
Configure wording tweak.
Michael Albinus [Thu, 2 Feb 2012 12:47:09 +0000 (13:47 +0100)]
* dbusbind.c (Fdbus_register_method): Mention the return value
:ignore in the docstring.
Juanma Barranquero [Thu, 2 Feb 2012 12:24:30 +0000 (13:24 +0100)]
lisp/ChangeLog: Fix typos.
Glenn Morris [Thu, 2 Feb 2012 11:17:46 +0000 (06:17 -0500)]
Auto-commit of generated files.
Lars Ingebrigtsen [Thu, 2 Feb 2012 11:07:55 +0000 (11:07 +0000)]
gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new address parameter if one already exists (bug#9676).
Lars Ingebrigtsen [Thu, 2 Feb 2012 10:38:16 +0000 (10:38 +0000)]
gnus-msg.el (gnus-summary-mail-forward): Respect the process marks, not the prefix, as documented (bug#10689).
Kenichi Handa [Thu, 2 Feb 2012 09:12:08 +0000 (18:12 +0900)]
merge trunk
Kenichi Handa [Thu, 2 Feb 2012 09:07:29 +0000 (18:07 +0900)]
Fix previous change for Bug#6988.
Glenn Morris [Thu, 2 Feb 2012 07:48:39 +0000 (23:48 -0800)]
server.el doc fixes
* lisp/server.el (server-auth-dir): Doc fix.
(server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
* etc/NEWS: Markup.
Glenn Morris [Thu, 2 Feb 2012 07:21:20 +0000 (23:21 -0800)]
Tiny doc tweaks for call-process's :file spec.
* doc/lispref/processes.texi (Synchronous Processes):
Mention call-process's :file gets overwritten.
* src/callproc.c (Fcall_process, Fcall_process_region): Doc fix.
* etc/NEWS: Markup.
Glenn Morris [Thu, 2 Feb 2012 07:06:37 +0000 (23:06 -0800)]
Document read-char-choice.
* doc/lispref/commands.texi (Reading One Event):
* doc/lispref/help.texi (Help Functions): Document read-char-choice.
* etc/NEWS: Markup.
Glenn Morris [Thu, 2 Feb 2012 04:37:05 +0000 (20:37 -0800)]
Document post-self-insert-hook
* doc/lispref/hooks.texi (Standard Hooks):
* doc/lispref/modes.texi (Keymaps and Minor Modes):
* doc/lispref/text.texi (Commands for Insertion):
Document post-self-insert-hook.
*etc/NEWS: Markup.
Glenn Morris [Thu, 2 Feb 2012 04:28:15 +0000 (20:28 -0800)]
* doc/lispref/hooks.texi (Standard Hooks): Add prog-mode-hook.
Glenn Morris [Thu, 2 Feb 2012 04:13:02 +0000 (20:13 -0800)]
* etc/NEWS: prog-mode-hook was documented.
Glenn Morris [Thu, 2 Feb 2012 02:57:26 +0000 (21:57 -0500)]
Document change-major-mode-after-body-hook
* doc/lispref/hooks.texi (Standard Hooks):
* doc/lispref/modes.texi (Major Mode Conventions, Mode Hooks):
Document change-major-mode-after-body-hook.
* lisp/subr.el (run-mode-hooks): Doc fix.
* etc/NEWS: Markup
Glenn Morris [Thu, 2 Feb 2012 02:12:57 +0000 (21:12 -0500)]
Native scroll-bars are not implemented for Nextstep (bug#10673)
* configure.in [HAVE_NS]: Error if use --without-toolkit-scroll-bars.
* src/nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
Unconditionally set to t.
* src/nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
* src/w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
* src/xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Doc fix.
Juri Linkov [Thu, 2 Feb 2012 00:49:06 +0000 (02:49 +0200)]
* lisp/image-mode.el (image-toggle-display-image): Remove tautological `major-mode'
from the `derived-mode-p' test.
Kenichi Handa [Thu, 2 Feb 2012 00:32:12 +0000 (09:32 +0900)]
merge trunk
Kenichi Handa [Thu, 2 Feb 2012 00:30:09 +0000 (09:30 +0900)]
Inhibit null-string composition component (Bug#6988).
Lars Ingebrigtsen [Wed, 1 Feb 2012 23:22:55 +0000 (23:22 +0000)]
gnus.el: Fix nnmaildir marks handling
Lars Ingebrigtsen [Wed, 1 Feb 2012 23:16:56 +0000 (23:16 +0000)]
gnus-group.el: Make error reporting when doing `M-g' work again
nntp.el: Make nntp report connection errors better
Lars Ingebrigtsen [Wed, 1 Feb 2012 22:06:29 +0000 (22:06 +0000)]
nnimap.el: Make nnimap message better when initially fetching data
Glenn Morris [Wed, 1 Feb 2012 21:19:30 +0000 (16:19 -0500)]
Reword previous change.
Eli Zaretskii [Wed, 1 Feb 2012 16:51:20 +0000 (18:51 +0200)]
Speed up insertion of subprocess output on MS-Windows.
src/ralloc.c (resize_bloc, r_alloc_sbrk): Don't call memmove if its
first 2 arguments are identical. This makes inserting large
output from a subprocess an order of magnitude faster on
MS-Windows, where all sbrk'ed memory is always contiguous.
Glenn Morris [Wed, 1 Feb 2012 11:23:05 +0000 (06:23 -0500)]
Auto-commit of loaddefs files.
Glenn Morris [Wed, 1 Feb 2012 11:17:54 +0000 (06:17 -0500)]
Auto-commit of generated files.
Gnus developers [Wed, 1 Feb 2012 09:00:42 +0000 (09:00 +0000)]
Merge change(s) made in Gnus no-gnus branch
2012-01-31 Jim Meyering <jim@meyering.net>
gnus-agent.el (gnus-agent-expire-unagentized-dirs):
Correct a comment (insert "not") and hide nominally-doubled "to".
Glenn Morris [Wed, 1 Feb 2012 08:39:29 +0000 (00:39 -0800)]
* etc/NEWS: Markup.
Glenn Morris [Wed, 1 Feb 2012 08:32:31 +0000 (00:32 -0800)]
Document locally disabling globalized minor modes in the lispref
* doc/lispref/modes.texi (Defining Minor Modes):
Mention disabling global minor modes on a per-major-mode basis.
* etc/NEWS: Clarify entry.
Chong Yidong [Wed, 1 Feb 2012 08:31:29 +0000 (16:31 +0800)]
Fix view-buffer-other-window/frame handling of special modes.
* view.el (view-buffer-other-window, view-buffer-other-frame):
Handle special modes like view-buffer.
(view-buffer): Simplify.
Fixes: debbugs:10650
Chong Yidong [Wed, 1 Feb 2012 08:13:02 +0000 (16:13 +0800)]
Fix dynamic font settings interaction with Custom Themes.
* lisp/dynamic-setting.el (font-setting-change-default-font): Use
set-frame-font.
* lisp/frame.el (set-frame-font): Tweak meaning of third argument.
Fixes: debbugs:9982
Glenn Morris [Wed, 1 Feb 2012 07:32:21 +0000 (23:32 -0800)]
Copy 2012-01-25 compilation-next-error-function change to another function.
* lisp/progmodes/compile.el (compilation-internal-error-properties):
Respect compilation-first-column in the "*compilation*" buffer.
Paul Eggert [Wed, 1 Feb 2012 06:04:34 +0000 (22:04 -0800)]
Port to older Solaris 10 versions (Bug#10677).
Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
possibly this is because Sun fixed the 'stat' bug in my version.
* Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
* lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
* lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
These changes are based on gnulib version
4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
because Emacs is in feature freeze and we do not want to merge any
more-recent changes from gnulib.
Glenn Morris [Wed, 1 Feb 2012 02:17:17 +0000 (21:17 -0500)]
Tweak previous define-minor-mode change
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode):
Relax :variable's test for a named function.
Glenn Morris [Tue, 31 Jan 2012 23:47:33 +0000 (18:47 -0500)]
Fix previous change.
Glenn Morris [Tue, 31 Jan 2012 23:43:05 +0000 (18:43 -0500)]
Comment trivia.
Alan Mackenzie [Tue, 31 Jan 2012 21:59:58 +0000 (21:59 +0000)]
Fix an off by one error in c-guess-basic-syntax CASE 5B.1.
Juanma Barranquero [Tue, 31 Jan 2012 16:15:03 +0000 (17:15 +0100)]
Fix typos in ChangeLogs.
Glenn Morris [Tue, 31 Jan 2012 11:17:47 +0000 (06:17 -0500)]
Auto-commit of generated files.
Chong Yidong [Tue, 31 Jan 2012 08:38:58 +0000 (16:38 +0800)]
Fix menu-set-font interaction with Custom themes.
In particular, prevent it from setting non-font-related attributes
like the foreground and background color. This requires a bugfix to
face-spec-reset-face to make "resetting" the default face work.
* lisp/faces.el (face-spec-reset-face): Don't apply unspecified
attribute values to the default face.
* lisp/frame.el (set-frame-font): New arg ALL-FRAMES.
* lisp/menu-bar.el (menu-set-font): Use set-frame-font.
Chong Yidong [Tue, 31 Jan 2012 06:51:33 +0000 (14:51 +0800)]
Minor tweaks to the Lisp manual.
* syntax.texi (Parsing Expressions): Clarify intro.
(Parser State): Remove unnecessary statement (Bug#10661).
* eval.texi (Intro Eval): Add footnote about "sexp" terminology.
Fixes: debbugs:10657
Chong Yidong [Tue, 31 Jan 2012 06:32:14 +0000 (14:32 +0800)]
* windows.texi (Split Window): C-mouse-2 doesn't work on GTK+ scroll bars.
Fixes: debbugs:10666
Glenn Morris [Tue, 31 Jan 2012 05:03:09 +0000 (21:03 -0800)]
Document define-minor-mode's new :variable keyword in the lispref.
* doc/lispref/modes.texi (Defining Minor Modes):
Document define-minor-mode's new :variable keyword.
* etc/NEWS: Markup.
Glenn Morris [Tue, 31 Jan 2012 04:52:29 +0000 (20:52 -0800)]
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
Glenn Morris [Tue, 31 Jan 2012 04:35:57 +0000 (20:35 -0800)]
Small define-minor-mode fix for variable: keyword.
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode):
Allow named functions to be used as the cdr of variable:.
Glenn Morris [Tue, 31 Jan 2012 03:47:51 +0000 (19:47 -0800)]
Small configure.in fix for Motif toolkit.
* configure.in: Throw an explicit error if Motif toolkit was
requested but requirements could not be found.
Glenn Morris [Tue, 31 Jan 2012 03:33:16 +0000 (19:33 -0800)]
* w32term.c: Copy previous xterm.c doc fix.
Glenn Morris [Tue, 31 Jan 2012 03:07:38 +0000 (19:07 -0800)]
x-toolkit-scroll-bars doc fix.
* src/nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
* src/xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
Juanma Barranquero [Tue, 31 Jan 2012 02:57:00 +0000 (03:57 +0100)]
lisp/progmodes/cwarn.el: Small fixes.
(cwarn): Remove dead link.
(cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
Remove * from defcustom docstrings.
(turn-on-cwarn-mode): Make obsolete.
(c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
(turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
Glenn Morris [Tue, 31 Jan 2012 02:43:59 +0000 (18:43 -0800)]
* configure.in: Allow Emacs to actually be built with xaw scroll-bars.
Glenn Morris [Tue, 31 Jan 2012 01:53:20 +0000 (17:53 -0800)]
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Fix :variable case.
Paul Eggert [Tue, 31 Jan 2012 01:15:56 +0000 (17:15 -0800)]
Spelling fix.
Glenn Morris [Tue, 31 Jan 2012 01:01:30 +0000 (17:01 -0800)]
* etc/NEWS: view-buffer markup, again.
Let's not document this now - let's fix it properly after 24.1 and
document the correct behaviour. (bug#10650#12)
Gnus developers [Mon, 30 Jan 2012 23:30:22 +0000 (23:30 +0000)]
Merge changes made in Gnus trunk
gnus.texi (Agent Basics): Fix outdated description of `gnus-agent-auto-agentize-methods'.
rfc2047.el (rfc2047-encode-region): Allow not folding the encoded words.
(rfc2047-encode-string): Ditto.
(rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not understand folded filename="..." parameters, for instance.
gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent section in the manual.
Lars Ingebrigtsen [Mon, 30 Jan 2012 22:03:11 +0000 (22:03 +0000)]
nnimap.el (nnimap-wait-for-response): Include the imap server name in the message for greater debuggability.
Glenn Morris [Mon, 30 Jan 2012 20:11:02 +0000 (12:11 -0800)]
* etc/NEWS: Markup.
I no longer know whether the view-buffer changes need a manual update
or not. See bug#10650.
Eli Zaretskii [Mon, 30 Jan 2012 18:37:01 +0000 (20:37 +0200)]
nt/INSTALL: Update instructions for parallel builds.
Eli Zaretskii [Mon, 30 Jan 2012 18:33:36 +0000 (20:33 +0200)]
lib/makefile.w32-in: Fix dependencies for a parallel build.
lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
$(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
with "make -j3".
Glenn Morris [Mon, 30 Jan 2012 11:17:52 +0000 (06:17 -0500)]
Auto-commit of generated files.
Glenn Morris [Mon, 30 Jan 2012 09:15:54 +0000 (01:15 -0800)]
* etc/NEWS: Reword view-buffer entry.
Glenn Morris [Mon, 30 Jan 2012 09:06:54 +0000 (01:06 -0800)]
* etc/NEWS: Edit view-buffer entry.
See http://debbugs.gnu.org/10650
Glenn Morris [Mon, 30 Jan 2012 08:33:37 +0000 (00:33 -0800)]
* etc/NEWS: Some easy markup.
Glenn Morris [Mon, 30 Jan 2012 08:32:06 +0000 (00:32 -0800)]
* admin/notes/lel-TODO: Small updates for deleted/obsolete features.
Glenn Morris [Mon, 30 Jan 2012 08:24:14 +0000 (00:24 -0800)]
authors.el trivia
* lisp/emacs-lisp/authors.el (authors-fixed-entries):
Remove reference to deleted file rnewspost.el.
Chong Yidong [Mon, 30 Jan 2012 07:54:00 +0000 (15:54 +0800)]
* etc/tutorials/TUTORIAL: Delete a repeat sentence.
Juanma Barranquero [Sun, 29 Jan 2012 21:52:14 +0000 (22:52 +0100)]
lisp/window.el: Remove unused variables.
(window-with-parameter): Remove unused variable `windows'.
(window--side-check): Remove unused variable `code'.
(window--resize-siblings): Remove unused variable `first'.
(adjust-window-trailing-edge): Remove unused variable `failed'.
(window-deletable-p, window--delete): Remove unused variable `buffer'.
Use `let', not `let*'.
(balance-windows-2): Remove unused variable `found'.
(window--state-put-2): Remove unused variable `splits'.
(window-state-put): Remove unused variable `selected'.
(same-window-p): Use `string-match-p'.
(display-buffer-assq-regexp): Remove unused variable `value'.
(display-buffer-pop-up-frame, display-buffer-pop-up-window):
Mark argument ALIST as ignored.
(pop-to-buffer): Remove unused variable `old-window'.
Eli Zaretskii [Sun, 29 Jan 2012 17:41:43 +0000 (19:41 +0200)]
Support Lzip and LZMA compressed files.
lisp/jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
and .lzma compressed files.
Chong Yidong [Sun, 29 Jan 2012 15:46:05 +0000 (23:46 +0800)]
Bump version to 24.0.93.
Regenerate AUTHORS and ldefs-boot.el.
Chong Yidong [Sun, 29 Jan 2012 14:22:51 +0000 (22:22 +0800)]
* lisp/frame.el (window-system-default-frame-alist): Doc fix.
Chong Yidong [Sun, 29 Jan 2012 13:55:09 +0000 (21:55 +0800)]
Fix an instance of dynamic-setting.el clobbering the default face.
* lisp/dynamic-setting.el (font-setting-change-default-font): Don't
change the default face if SET-FONT argument is non-nil.
Fixes: debbugs:9982
Ulf Jasper [Sun, 29 Jan 2012 12:28:20 +0000 (13:28 +0100)]
test/automated/icalendar-tests: Fix broken test
2012-01-29 Ulf Jasper <ulf.jasper@web.de>
* automated/icalendar-tests.el (icalendar-import-non-recurring):
Fix broken test, caused by missing trailing blank.
Samuel Bronson [Sun, 29 Jan 2012 10:01:20 +0000 (18:01 +0800)]
* lisp/custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
Chong Yidong [Sun, 29 Jan 2012 07:35:58 +0000 (15:35 +0800)]
* doc/lispref/syntax.texi (Syntax Class Table): Tweak description of newline char syntax.
Fixes: debbugs:9619
Chong Yidong [Sun, 29 Jan 2012 07:25:22 +0000 (15:25 +0800)]
Fix wholenump/natnump description in Lisp manual.
* doc/lispref/numbers.texi (Predicates on Numbers): Fix
wholenump/natnump description.
Fixes: debbugs:10189
Syver Enstad [Sun, 29 Jan 2012 07:06:54 +0000 (15:06 +0800)]
Fix pdb path handling.
* progmodes/gud.el (pdb): Give pdb full paths, to allow setting
breakpoints in files outside current directory.
* lisp/progmodes/python.el: Require ansi-color at top-level.
Fixes: debbugs:6098
Chong Yidong [Sun, 29 Jan 2012 04:45:51 +0000 (12:45 +0800)]
Make Emacs Lisp mode use emacs-lisp-mode-abbrev-table.
* lisp/emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table): Define
and use in Emacs Lisp mode.
(lisp-mode-abbrev-table): Add doc.
(lisp-mode-variables): Don't set local-abbrev-table.
(lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
Fixes: debbugs:9360
David Engster [Sun, 29 Jan 2012 04:21:29 +0000 (12:21 +0800)]
Fix require error when using srecode-insert.
* lisp/cedet/srecode/insert.el: Require srecode/filters.
* lisp/cedet/srecode/filters.el: Drop two requires.
Fixes: debbugs:9967
Glenn Morris [Sun, 29 Jan 2012 03:17:53 +0000 (19:17 -0800)]
* etc/NEWS: Typo fix.
Glenn Morris [Sun, 29 Jan 2012 03:16:54 +0000 (19:16 -0800)]
* etc/NEWS: Minor libxml changes.
Glenn Morris [Sun, 29 Jan 2012 03:11:45 +0000 (19:11 -0800)]
* doc/lispref/files.texi (Changing Files): Remove part of previous change.
Glenn Morris [Sun, 29 Jan 2012 03:08:15 +0000 (19:08 -0800)]
Minor NEWS cleanup, mainly for "Installation Changes" section.
* etc/NEWS: Reorder items.
Standardize new --with-libfoo type configure options.
Don't say precisely which library versions are needed - it tends to
change and people who care can look at configure.
Move new Hebrew tutorial entry to "Internationalization changes" section.
Small tidy up for imagemagick and gnutls entries.
* src/gnutls.c (syms_of_gnutls): More doc (from etc/NEWS).
Glenn Morris [Sun, 29 Jan 2012 02:49:57 +0000 (18:49 -0800)]
Document SELinux support.
* doc/lispref/files.texi (Changing Files): Document SELinux support.
* etc/NEWS: Markup.
Glenn Morris [Sun, 29 Jan 2012 01:50:40 +0000 (17:50 -0800)]
* doc/lispref/windows.texi (Window Sizes): Fix typo.
Lars Ingebrigtsen [Sun, 29 Jan 2012 00:28:05 +0000 (00:28 +0000)]
mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode' instead of setting it locally, since the latter doesn't seem to have any effect (most of the time).
Andreas Schwab [Sat, 28 Jan 2012 19:16:02 +0000 (20:16 +0100)]
Fix undefined @value reference
* emacs-lisp-intro.texi (Top): Move setting of COUNT-WORDS outside
of @menu. (Bug#10628)
Andreas Schwab [Sat, 28 Jan 2012 19:16:02 +0000 (20:16 +0100)]
Fix formatting of cc-mode manual
* cc-mode.texi: Always @defindex ss.
(Config Basics): Fix argument of @itemize.
(Macro Backslashes): Add @code around index entry.
Roland Winkler [Sat, 28 Jan 2012 18:25:03 +0000 (12:25 -0600)]
lisp/textmodes/bibtex.el: minor doc fix
Roland Winkler [Sat, 28 Jan 2012 18:06:10 +0000 (12:06 -0600)]
lisp/textmodes/bibtex.el: allow bibtex-dialect as file-local variable (Bug#10254)
Chong Yidong [Sat, 28 Jan 2012 14:29:29 +0000 (22:29 +0800)]
* lisp/simple.el (deactivate-mark): Doc fix (Bug#8614).