1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-15 15:50:57 -08:00
emacs/doc
Lars Ingebrigtsen 56e76f0eb0 Move line-number-at-pos to C
* doc/lispref/positions.texi (Text Lines): Revert previous change.

* lisp/simple.el (line-number-at-pos): Remove definition.

* lisp/simple.el (count-lines): Revert back to using
`forward-line', because there seems to be a disagreement on how
lines should be counted in a region...

* src/fns.c (Fline_number_at_pos): Rename from
Fline_number_at_position and adjust parameter list.
2021-02-07 16:28:34 +01:00
..
emacs Add more commands to the new `C-x x' keymap 2021-02-07 13:53:44 +01:00
lispintro Update copyright year to 2021 2021-01-01 01:13:56 -08:00
lispref Move line-number-at-pos to C 2021-02-07 16:28:34 +01:00
man Update copyright year to 2021 2021-01-01 01:13:56 -08:00
misc Add command 'dbus-monitor' 2021-02-05 14:32:41 +01:00