Rename variable to fish_killring

This commit is contained in:
Karolina Gontarek
2021-04-16 20:23:14 +02:00
committed by ridiculousfish
parent da97daa800
commit 9d66ddc840
4 changed files with 6 additions and 6 deletions

View File

@@ -1262,7 +1262,7 @@ Fish also provides additional information through the values of certain environm
- ``version``, the version of the currently running fish (also available as ``FISH_VERSION`` for backward compatibility).
- ``killring``, list of entries in fish kill ring.
- ``fish_killring``, list of entries in fish kill ring.
As a convention, an uppercase name is usually used for exported variables, while lowercase variables are not exported. (``CMD_DURATION`` is an exception for historical reasons). This rule is not enforced by fish, but it is good coding practice to use casing to distinguish between exported and unexported variables.