1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00

(bibtex-mode)

*** The variables `bibtex-autokey-name-case-convert' and
`bibtex-autokey-titleword-case-convert' have been renamed to
`bibtex-autokey-name-case-convert-function' and
`bibtex-autokey-titleword-case-convert-function'. The old names are
still available as aliases.
This commit is contained in:
Roland Winkler 2006-03-19 21:57:45 +00:00
parent 8a51a3181a
commit 77e98f4c5f

View file

@ -2596,6 +2596,12 @@ of BibTeX entry to kill ring (bound to C-c C-t).
bibtex-autokey-expand-strings control the expansion of strings when
extracting the content of a BibTeX field.
*** The variables `bibtex-autokey-name-case-convert' and
`bibtex-autokey-titleword-case-convert' have been renamed to
`bibtex-autokey-name-case-convert-function' and
`bibtex-autokey-titleword-case-convert-function'. The old names are
still available as aliases.
+++
** In Enriched mode, `set-left-margin' and `set-right-margin' are now
by default bound to `C-c [' and `C-c ]' instead of the former `C-c C-l'