From 22d5c3f83fb59614ed8886d51ebbf27d35d31ea0 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Wed, 1 Aug 2007 10:09:04 +0000 Subject: [PATCH] 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. --- src/ChangeLog | 10 ++++++++++ src/lyskom-rest.el | 2 +- src/vars.el.in | 8 ++++---- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 86357d51..a7ef8091 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 9e7b245b..5b9edd02 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 9aa6d551..7be7b087 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 -- GitLab