diff --git a/src/ChangeLog b/src/ChangeLog index 86357d51f847cd8abb31f7a6f51a823c3ad07010..a7ef80917c67e772ad9523bf7f796a241a31cfd3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2007-08-01 Per Cederqvist <ceder@ingate.com> + + Fixed typos in docstrings. + + * lyskom-rest.el (kom-go-to-pri-session): Fixed typo in + docstring. + + * vars.el.in (kom-show-where-and-what): Fixed typo in docstring. + (kom-show-since-and-when): Ditto. + 2007-07-28 Per Cederqvist <ceder@lysator.liu.se> New command: "View URL". diff --git a/src/lyskom-rest.el b/src/lyskom-rest.el index 9e7b245b5d398ce2fee426ee669080fba8c258db..5b9edd02fd4be56ffac3cea6564c406936e89bdf 100644 --- a/src/lyskom-rest.el +++ b/src/lyskom-rest.el @@ -422,7 +422,7 @@ failed." (def-kom-command kom-go-to-pri-session () "Go to a prioritized session with unreads. This pseudo command is -generally invoked frmo the prompt when there is a session with unread +generally invoked from the prompt when there is a session with unread texts that has a higher priority than the current session. See `kom-server-priority' and `kom-server-priority-breaks' for diff --git a/src/vars.el.in b/src/vars.el.in index 9aa6d551351d204a0862a431613cc53a677450d5..7be7b087529a288a46ac623f52344ccbfffd1f79 100644 --- a/src/vars.el.in +++ b/src/vars.el.in @@ -1563,7 +1563,7 @@ When this is set to `t', `kom-who-is-on' and related commands will display the machine the session is connected from and what the user is doing. When set to `nil', this information will not be shwon. -Listing frmo `kom-who-is-on' with `kom-show-where-and-what' set to `t': +Listing from `kom-who-is-on' with `kom-show-where-and-what' set to `t': < User Is in conference @@ -1576,7 +1576,7 @@ Listing frmo `kom-who-is-on' with `kom-show-where-and-what' set to `t': -------------------------------------------------------------------------- > -Listing frmo `kom-who-is-on' with `kom-show-where-and-what' set to `nil': +Listing from `kom-who-is-on' with `kom-show-where-and-what' set to `nil': < User Is in conference @@ -1596,7 +1596,7 @@ When set to `t', `kom-who-is-on' and related commands will display the time when each session connected to the server and when each session last indicated activity. -Listing frmo `kom-who-is-on' with `kom-show-since-and-when' set to `t': +Listing from `kom-who-is-on' with `kom-show-since-and-when' set to `t': < User Is in conference @@ -1609,7 +1609,7 @@ Listing frmo `kom-who-is-on' with `kom-show-since-and-when' set to `t': -------------------------------------------------------------------------- > -Listing frmo `kom-who-is-on' with `kom-show-since-and-when' set to `nil': +Listing from `kom-who-is-on' with `kom-show-since-and-when' set to `nil': < User Is in conference