docs: prose edits
This commit is contained in:
parent
c2da4db756
commit
5fb65ed973
1 changed files with 2 additions and 2 deletions
|
|
@ -1326,7 +1326,7 @@ When a buffer has line numbers, they can interfere with the margins and make the
|
||||||
#'~/update-visual-fill-column-line-numbers)
|
#'~/update-visual-fill-column-line-numbers)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
We unfortunately have to make this check /very/ often, anywhere that could conceivably change the output of ~line-number-display-width~. This includes all buffer movement commands, which unfortunately don't have a hook
|
We unfortunately have to make this check /very/ often, anywhere that could conceivably change the output of ~line-number-display-width~. This includes all buffer movement commands, which unfortunately don't have a corresponding hook, so we have to just use ~post-command-hook~ to check after every command, which is highly redundant. Fortunately, calling this function is very cheap, as Emacs caches all the relevant values.
|
||||||
|
|
||||||
** Dashboard
|
** Dashboard
|
||||||
|
|
||||||
|
|
@ -4581,7 +4581,7 @@ This section is for code with little or no associated documentation. This could
|
||||||
1. Temporary
|
1. Temporary
|
||||||
2. Self-explanatory
|
2. Self-explanatory
|
||||||
3. Hard to categorize
|
3. Hard to categorize
|
||||||
4. Just not really worth the time it takes to write commentary
|
4. Generally not worth the time it takes to write commentary
|
||||||
|
|
||||||
** Auto-Revert Mode
|
** Auto-Revert Mode
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue