mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-10 01:34:36 -08:00
Remove references to (default-)direction-reversed.
This commit is contained in:
parent
8b1e1112af
commit
938efb776d
6 changed files with 14 additions and 8 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2010-04-20 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* locals.texi (Standard Buffer-Local Variables):
|
||||
Remove @ignore'd reference to `direction-reversed'.
|
||||
|
||||
2010-04-14 Juri Linkov <juri@jurta.org>
|
||||
|
||||
Fix @deffn without category.
|
||||
|
|
|
|||
|
|
@ -106,11 +106,6 @@ Minor mode variables will not be listed here.
|
|||
@item desktop-save-buffer
|
||||
@xref{Desktop Save Mode}.
|
||||
|
||||
@ignore
|
||||
@item direction-reversed
|
||||
Does not work yet.
|
||||
@end ignore
|
||||
|
||||
@item enable-multibyte-characters
|
||||
@ref{Text Representations}.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2010-04-20 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* subr.el (default-direction-reversed): Remove obsolescence info.
|
||||
|
||||
2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
|
||||
|
|
|
|||
|
|
@ -1055,7 +1055,6 @@ is converted into a string by expressing it in decimal."
|
|||
(make-obsolete-variable 'default-line-spacing 'line-spacing "23.2")
|
||||
(make-obsolete-variable 'default-abbrev-mode 'abbrev-mode "23.2")
|
||||
(make-obsolete-variable 'default-ctl-arrow 'ctl-arrow "23.2")
|
||||
(make-obsolete-variable 'default-direction-reversed 'direction-reversed "23.2")
|
||||
(make-obsolete-variable 'default-truncate-lines 'truncate-lines "23.2")
|
||||
(make-obsolete-variable 'default-left-margin 'left-margin "23.2")
|
||||
(make-obsolete-variable 'default-tab-width 'tab-width "23.2")
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2010-04-20 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
|
||||
|
||||
2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* data.c (Fmake_variable_buffer_local, Fmake_local_variable):
|
||||
|
|
|
|||
|
|
@ -5784,8 +5784,7 @@ This variable is never applied to a way of decoding a file while reading it. */
|
|||
|
||||
DEFVAR_PER_BUFFER ("bidi-display-reordering",
|
||||
¤t_buffer->bidi_display_reordering, Qnil,
|
||||
doc: /* Non-nil means reorder bidirectional text for display in the visual order.
|
||||
See also the variable `direction-reversed'. */);
|
||||
doc: /* Non-nil means reorder bidirectional text for display in the visual order. */);
|
||||
|
||||
DEFVAR_PER_BUFFER ("bidi-paragraph-direction",
|
||||
¤t_buffer->bidi_paragraph_direction, Qnil,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue