Translated most (all?) doc-strings.#1363
Conversation
|
Thank you for the PR. I think this is a difference in expression between Japanese and English, or my Japanese ability. local: has a closed scope within a buffer, variables in one buffer are not shared with variables in other buffers. |
|
Ok, then editor-variables can be both local and global? If so: the global is the default for the local, correct? How does the changed-value-hook play into it? It it only called when the global is changed or whenever the value is changed? |
|
change-value-hook is called only when the global variable is changed. |
|
I changed the doc-string of the One Implementation question: |
|
Also, Thank you for the changes. |
|
Hmm, I don't know, but there doesn't seem to be any particular reason.
Ok, I'd prefer it that way too. |
|
Ah sorry i figured it out (a simple You can merge this, unless you have any additions/changes. |
|
It's very good! |
These are mostly machine translated, but I found them to still be helpful.
If anyone has some better translation I'd be happy to include it.
Especially the
editor-variabledoc-string is a little unclear to me, how do 'local variables' relate to 'global values'?