1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 17:10:51 -08:00

Document the addition of `hbar'.

This commit is contained in:
Eli Zaretskii 2002-04-19 12:06:06 +00:00
parent e545ad34f9
commit 267bdad319

View file

@ -46,6 +46,12 @@ more complete unification by calling (unify-8859-on-decoding-mode 1).
On the other hand, the size of the thumb does not represent the actual
amount of text shown any more (only a crude approximation of it).
+++
** Emacs can produce an underscore-like (horizontal bar) cursor.
The underscore cursor is set by putting `(cursor-type . hbar)' in
default-frame-alist. It supports variable heights, like the `bar'
cursor does.
---
** PO translation files are decoded according to their MIME headers
when Emacs visits them.